diff options
author | Andrey Andreev <narf@devilix.net> | 2013-11-27 15:30:31 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2013-11-27 15:30:31 +0100 |
commit | 3ca060a00e5039aa00d4180ded52b1af49939114 (patch) | |
tree | c8c1acc12d2256317c7284f1cd9966e167ebf780 /system/core/Output.php | |
parent | c8c260f98e9bd9b2e5bd8b437c5060367c641a28 (diff) |
[ci skip] Remove a few more spaces
Diffstat (limited to 'system/core/Output.php')
-rw-r--r-- | system/core/Output.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Output.php b/system/core/Output.php index 5173f7ed8..10332f0d8 100644 --- a/system/core/Output.php +++ b/system/core/Output.php @@ -701,7 +701,7 @@ class CI_Output { else { header('Pragma: public'); - header('Cache-Control: max-age=' . $max_age . ', public'); + header('Cache-Control: max-age='.$max_age.', public'); header('Expires: '.gmdate('D, d M Y H:i:s', $expiration).' GMT'); header('Last-modified: '.gmdate('D, d M Y H:i:s', $last_modified).' GMT'); } |