This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
25
Activity
Browse Source
调整禁止说明
tags/6.2.7
叙述、别离
1 year ago
parent
deac2808b2
commit
f92f37644a
10 changed files
with
11 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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
View File
@@ -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");
Write
Preview
Loading…
Cancel
Save