Fixed reference to "css.tsp"
This commit is contained in:
parent
de8e0de77f
commit
743bad9cbb
2
css.php
2
css.php
@ -74,7 +74,7 @@ if($last_modified === $requested_time)
|
||||
header("Content-Type: text/css; 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.'css.tsp') + 691200))." GMT");
|
||||
header("Expires: ".gmdate('D, d M Y H:i:s', (filemtime($base_path.'css.php') + 691200))." GMT");
|
||||
|
||||
echo $css;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user