includes/clientside/jsres.php
changeset 345 4ccdfeee9a11
parent 322 5f1cd51bf1be
child 387 92664d2efab8
--- a/includes/clientside/jsres.php	Mon Dec 31 21:43:51 2007 -0500
+++ b/includes/clientside/jsres.php	Thu Jan 03 00:53:33 2008 -0500
@@ -33,7 +33,7 @@
 $everything = file_get_contents($fname);
 
 $mtime = filemtime($fname);
-header('Last-Modified: '.date('D, d M Y H:i:s T', $mtime));
+header('Last-Modified: '.enano_date('D, d M Y H:i:s T', $mtime));
 header('Content-disposition: attachment; filename=' . $file);
 
 if(defined('ENABLE_COMPRESSION'))