This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
31
Activity
Browse Source
Update common.inc.php
tags/6.1.9
xushubieli
3 years ago
parent
603c8546ee
commit
5434bfcb68
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/system/common.inc.php
+ 1
- 1
src/system/common.inc.php
View File
@@ -201,7 +201,7 @@ if (isset($cfg_ftp_mkdir) && $cfg_ftp_mkdir == 'Y') {
$cfg_dir_purview = 0755;
}
//会员是否使用精简模式
$cfg_mb_lit = '
Y
';
$cfg_mb_lit = '
N
';
//特殊全局变量
$_sys_globals['curfile'] = '';
$_sys_globals['typeid'] = 0;
Write
Preview
Loading…
Cancel
Save