修复 安装细节
This commit is contained in:
parent
d7ec4030d5
commit
0956f1e191
|
@ -11,7 +11,7 @@ if(!defined('IN_DISCUZ')) {
|
|||
exit('Access Denied');
|
||||
}
|
||||
|
||||
if(file_exists(DISCUZ_ROOT.'./data/install.lock') || file_exists(DISCUZ_ROOT.'./data/update.lock')) {
|
||||
if(file_exists(DISCUZ_ROOT.'./data/install.lock') && file_exists(DISCUZ_ROOT.'./data/update.lock')) {
|
||||
exit('Access Denied');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue