mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
取消APP_HOOK常量 默认开启插件机制
This commit is contained in:
@@ -101,7 +101,7 @@ class Response
|
||||
$data = $this->output($data);
|
||||
|
||||
// 监听response_data
|
||||
APP_HOOK && Hook::listen('response_data', $data);
|
||||
Hook::listen('response_data', $data);
|
||||
|
||||
// 发送头部信息
|
||||
if (!headers_sent() && !empty($this->header)) {
|
||||
|
||||
Reference in New Issue
Block a user