mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-05 13:22:29 +08:00
系统初始化钩子顺序调整
This commit is contained in:
@ -56,12 +56,12 @@ class Common extends Controller
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
// 系统运行开始
|
||||
SystemService::SystemBegin();
|
||||
|
||||
// 系统初始化
|
||||
$this->SystemInit();
|
||||
|
||||
// 系统运行开始
|
||||
SystemService::SystemBegin();
|
||||
|
||||
// 站点状态校验
|
||||
$this->SiteStstusCheck();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user