Browse Source

调整禁止说明

tags/6.2.7
叙述、别离 1 year ago
parent
commit
f92f37644a
10 changed files with 11 additions and 5 deletions
  1. +1
    -1
      src/user/album_add.php
  2. +2
    -0
      src/user/album_edit.php
  3. +1
    -1
      src/user/archives_add.php
  4. +1
    -0
      src/user/archives_edit.php
  5. +1
    -1
      src/user/archives_sg_add.php
  6. +1
    -0
      src/user/archives_sg_edit.php
  7. +1
    -1
      src/user/article_add.php
  8. +1
    -0
      src/user/article_edit.php
  9. +1
    -1
      src/user/soft_add.php
  10. +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");


Loading…
Cancel
Save