Whoah ... bad typo! Fixed bug 1214 - thanks Eloy!

This commit is contained in:
moodler
2004-04-03 02:47:11 +00:00
parent 426b19373d
commit c7ef02178e
+1 -1
View File
@@ -5,7 +5,7 @@
$lifetime = 1800;
header("Content-type: application/x-javascript"); // Correct MIME type
header("Last-Modified: " . gmdate("D, d M Y H:i:s", lastmodified) . " GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s", $lastmodified) . " GMT");
header("Expires: " . gmdate("D, d M Y H:i:s", time() + $lifetime) . " GMT");
header("Cache-control: max_age = $lifetime");
header("Pragma: ");