mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
改进start.php环境变量处理 改进hook类方法执行返回值
This commit is contained in:
@@ -101,7 +101,7 @@ class Response
|
||||
$data = $this->output($data);
|
||||
|
||||
// 监听response_data
|
||||
Hook::listen('response_data', $data);
|
||||
Hook::listen('response_data', $data, $this);
|
||||
|
||||
// 发送头部信息
|
||||
if (!headers_sent() && !empty($this->header)) {
|
||||
|
||||
Reference in New Issue
Block a user