系统初始化钩子顺序调整
parent
03303945e8
commit
3208f565a3
|
|
@ -56,12 +56,12 @@ class Common extends Controller
|
|||
{
|
||||
parent::__construct();
|
||||
|
||||
// 系统运行开始
|
||||
SystemService::SystemBegin();
|
||||
|
||||
// 系统初始化
|
||||
$this->SystemInit();
|
||||
|
||||
// 系统运行开始
|
||||
SystemService::SystemBegin();
|
||||
|
||||
// 站点状态校验
|
||||
$this->SiteStstusCheck();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue