summaryrefslogtreecommitdiffstats
path: root/image.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-29 17:50:50 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-29 17:50:50 +0000
commit85020546bdb156e7f9eefd4294f691b9a1ee1cd5 (patch)
tree5244d3d3132a5cd40b0a14f67901da8a59072f22 /image.php
parent231251f055115c49fab8054b9797e5f9f280d313 (diff)
downloadampache-85020546bdb156e7f9eefd4294f691b9a1ee1cd5.tar.gz
ampache-85020546bdb156e7f9eefd4294f691b9a1ee1cd5.tar.bz2
ampache-85020546bdb156e7f9eefd4294f691b9a1ee1cd5.zip
sync typo fix
Diffstat (limited to 'image.php')
-rw-r--r--image.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.php b/image.php
index b7c98b8e..08219287 100644
--- a/image.php
+++ b/image.php
@@ -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");