diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-29 17:50:50 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-29 17:50:50 +0000 |
commit | 85020546bdb156e7f9eefd4294f691b9a1ee1cd5 (patch) | |
tree | 5244d3d3132a5cd40b0a14f67901da8a59072f22 /image.php | |
parent | 231251f055115c49fab8054b9797e5f9f280d313 (diff) | |
download | ampache-85020546bdb156e7f9eefd4294f691b9a1ee1cd5.tar.gz ampache-85020546bdb156e7f9eefd4294f691b9a1ee1cd5.tar.bz2 ampache-85020546bdb156e7f9eefd4294f691b9a1ee1cd5.zip |
sync typo fix
Diffstat (limited to 'image.php')
-rw-r--r-- | image.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ switch ($_REQUEST['type']) { } // Send the headers and output the image - header("Expires Sun, 19 Nov 1978 05:00:00 GMT"); + header("Expires: Sun, 19 Nov 1978 05:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Pragma: no-cache"); |