mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Removing Dispatcher::header() as it is now longer used
This commit is contained in:
parent
f9c97383e9
commit
1b5808420f
1 changed files with 0 additions and 11 deletions
|
@ -421,15 +421,4 @@ class Dispatcher {
|
||||||
ob_end_flush();
|
ob_end_flush();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Sends the specified headers to the client
|
|
||||||
*
|
|
||||||
* @param string $header header to send
|
|
||||||
* @todo Refactor this to use a response object or similar
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function header($header) {
|
|
||||||
header($header);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue