cleaning up some code.
This commit is contained in:
@@ -285,7 +285,7 @@ class Response {
|
||||
|
||||
// Once the framework controlled headers have been sentm, we can
|
||||
// simply iterate over the developer's headers and send each one
|
||||
// to the browser. Headers with the same name will be overriden.
|
||||
// back to the browser for the response.
|
||||
foreach ($this->headers as $name => $value)
|
||||
{
|
||||
header("{$name}: {$value}", true);
|
||||
|
||||
Reference in New Issue
Block a user