Fixed reference to js.tsp

This commit is contained in:
Timothy Warren 2011-07-12 10:39:03 -07:00
parent 743bad9cbb
commit 4d29cd0c66
1 changed files with 1 additions and 1 deletions

2
js.php
View File

@ -66,7 +66,7 @@ if($last_modified === $requested_time)
header("Content-Type: application/x-javascript; charset=utf8");
header("Cache-control: public, max-age=691200, must-revalidate");
header("Last-Modified: ".gmdate('D, d M Y H:i:s', $last_modified)." GMT");
header("Expires: ".gmdate('D, d M Y H:i:s', (filemtime($base_path.'js.tsp') + 691200))." GMT");
header("Expires: ".gmdate('D, d M Y H:i:s', (filemtime($base_path.'js.php') + 691200))." GMT");
echo $js;