修复 安装细节

This commit is contained in:
Comsenz 2017-08-01 11:25:59 +08:00
parent d7ec4030d5
commit 0956f1e191
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}