Removed ending php delimeters from minifiers, fixed a minor issue

This commit is contained in:
Timothy Warren 2011-07-06 21:31:14 -04:00
parent 9069bd4c68
commit de8e0de77f
2 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ if(isset($groups[$_GET['g']]))
}
//Add this page too
$modified[] = filemtime($base_path."css.tsp");
$modified[] = filemtime($base_path."css.php");
//Get the latest modified date
rsort($modified);
@ -79,4 +79,4 @@ header("Expires: ".gmdate('D, d M Y H:i:s', (filemtime($base_path.'css.tsp') + 6
echo $css;
ob_end_flush();
?>
//End of css.php

4
js.php
View File

@ -42,7 +42,7 @@ if(isset($groups[$_GET['g']]))
}
//Add this page too
$modified[] = filemtime($base_path."js.tsp");
$modified[] = filemtime($base_path."js.php");
//Get the latest modified date
rsort($modified);
@ -71,4 +71,4 @@ header("Expires: ".gmdate('D, d M Y H:i:s', (filemtime($base_path.'js.tsp') + 69
echo $js;
ob_end_flush();
?>
//end of js.php