mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
404异常跳转URL配置参数 改为 异常模板地址参数 http_exception_template
This commit is contained in:
@@ -223,7 +223,7 @@ class Response
|
||||
public function header($name, $value = null)
|
||||
{
|
||||
if (is_array($name)) {
|
||||
$this->header = $name;
|
||||
$this->header = array_merge($this->header, $name);
|
||||
} else {
|
||||
$this->header[$name] = $value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user