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