Este sitio web funciona mejor con JavaScript.
Inicio
Registro
Iniciar sesión
DedeBIZ
/
DedeV6
Seguir
2
Destacar
0
Fork
0
Código
Pull Requests
0
Lanzamientos
30
Actividad
Explorar el Código
调整禁止说明
tags/6.2.7
叙述、别离
hace 1 año
padre
deac2808b2
commit
f92f37644a
Se han
modificado 10 ficheros
con
11 adiciones
y
5 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/user/album_add.php
+2
-0
src/user/album_edit.php
+1
-1
src/user/archives_add.php
+1
-0
src/user/archives_edit.php
+1
-1
src/user/archives_sg_add.php
+1
-0
src/user/archives_sg_edit.php
+1
-1
src/user/article_add.php
+1
-0
src/user/article_edit.php
+1
-1
src/user/soft_add.php
+1
-0
src/user/soft_edit.php
+ 1
- 1
src/user/album_add.php
Ver fichero
@@ -9,7 +9,7 @@
* @link https://www.dedebiz.com
*/
require_once(dirname(__FILE__)."/config.php");
//
考虑安全原因不管是否开启游客投稿功能,都不允许会员对图片
投稿
//
禁止游客
投稿
CheckRank(0, 0);
if ($cfg_mb_lit == 'Y') {
ShowMsg("由于系统开启了会员空间精简版,您浏览的功能不可用", "-1");
+ 2
- 0
src/user/album_edit.php
Ver fichero
@@ -9,6 +9,8 @@
* @link https://www.dedebiz.com
*/
require_once(dirname(__FILE__)."/config.php");
//禁止游客投稿
CheckRank(0, 0);
if ($cfg_mb_lit == 'Y') {
ShowMsg("由于系统开启会员空间精简版,您浏览的功能不可用", "-1");
exit();
+ 1
- 1
src/user/archives_add.php
Ver fichero
@@ -9,7 +9,7 @@
* @link https://www.dedebiz.com
*/
require_once(dirname(__FILE__)."/config.php");
//
考虑安全原因不管是否开启游客投稿功能,都不允许会员对图片
投稿
//
禁止游客
投稿
CheckRank(0, 0);
require_once(DEDEINC."/dedetag.class.php");
require_once(DEDEINC."/userlogin.class.php");
+ 1
- 0
src/user/archives_edit.php
Ver fichero
@@ -9,6 +9,7 @@
* @link https://www.dedebiz.com
*/
require_once(dirname(__FILE__)."/config.php");
//禁止游客投稿
CheckRank(0, 0);
require_once(DEDEINC."/dedetag.class.php");
require_once(DEDEINC."/customfields.func.php");
+ 1
- 1
src/user/archives_sg_add.php
Ver fichero
@@ -9,7 +9,7 @@
* @link https://www.dedebiz.com
*/
require_once(dirname(__FILE__)."/config.php");
//
考虑安全原因不管是否开启游客投稿功能,都不允许会员对图片
投稿
//
禁止游客
投稿
CheckRank(0, 0);
require_once(DEDEINC."/dedetag.class.php");
require_once(DEDEINC."/userlogin.class.php");
+ 1
- 0
src/user/archives_sg_edit.php
Ver fichero
@@ -9,6 +9,7 @@
* @link https://www.dedebiz.com
*/
require_once(dirname(__FILE__)."/config.php");
//禁止游客投稿
CheckRank(0, 0);
require_once(DEDEINC."/dedetag.class.php");
require_once(DEDEINC."/customfields.func.php");
+ 1
- 1
src/user/article_add.php
Ver fichero
@@ -9,7 +9,7 @@
* @link https://www.dedebiz.com
*/
require_once(dirname(__FILE__)."/config.php");
//
考虑安全原因不管是否开启游客投稿功能,都不允许会员对图片
投稿
//
禁止游客
投稿
CheckRank(0, 0);
require_once(DEDEINC."/dedetag.class.php");
require_once(DEDEINC."/userlogin.class.php");
+ 1
- 0
src/user/article_edit.php
Ver fichero
@@ -9,6 +9,7 @@
* @link https://www.dedebiz.com
*/
require_once(dirname(__FILE__)."/config.php");
//禁止游客投稿
CheckRank(0, 0);
require_once(DEDEINC."/dedetag.class.php");
require_once(DEDEINC."/customfields.func.php");
+ 1
- 1
src/user/soft_add.php
Ver fichero
@@ -9,7 +9,7 @@
* @link https://www.dedebiz.com
*/
require_once(dirname(__FILE__)."/config.php");
//
考虑安全原因不管是否开启游客投稿功能,都不允许会员对图片
投稿
//
禁止游客
投稿
CheckRank(0, 0);
if ($cfg_mb_lit == 'Y') {
ShowMsg("由于系统开启了会员空间精简版,您浏览的功能不可用", "-1");
+ 1
- 0
src/user/soft_edit.php
Ver fichero
@@ -9,6 +9,7 @@
* @link https://www.dedebiz.com
*/
require_once(dirname(__FILE__)."/config.php");
//禁止游客投稿
CheckRank(0, 0);
require_once(DEDEINC."/dedetag.class.php");
require_once(DEDEINC."/customfields.func.php");
Escribir
Vista previa
Cargando…
Cancelar
Guardar