|
@@ -112,7 +112,7 @@ class LoginForm extends Model
|
|
|
if(!$this->validate()){
|
|
if(!$this->validate()){
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
|
- // 判断是否关闭了站点
|
|
|
|
|
|
|
+ // 判断是否关闭了站点
|
|
|
$systemConfig = Cache::getSystemConfig();
|
|
$systemConfig = Cache::getSystemConfig();
|
|
|
if ($systemConfig['siteClose']['VALUE']) {
|
|
if ($systemConfig['siteClose']['VALUE']) {
|
|
|
$siteCloseInfo = $systemConfig['siteCloseInfo']['VALUE'];
|
|
$siteCloseInfo = $systemConfig['siteCloseInfo']['VALUE'];
|