cleaning up some code.

This commit is contained in:
Taylor Otwell
2012-02-12 16:34:11 -06:00
parent aed1443bf1
commit 0f2d311739
9 changed files with 44 additions and 48 deletions

View File

@@ -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);