内核更新,多余文件清理
This commit is contained in:
@@ -16,8 +16,10 @@ class Fornt extends Base{
|
||||
|
||||
//判读是否为关闭网站
|
||||
if (\think\Config::get('web_site_close')) {
|
||||
return $this->fetch('common@default/public/close');exit();
|
||||
header("Content-type:text/html;charset=utf-8");
|
||||
echo $this->fetch('common@default/public/close');exit();
|
||||
}
|
||||
|
||||
//设置SEO
|
||||
$this->setSeo();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user