Removed ending php delimeters from minifiers, fixed a minor issue
This commit is contained in:
parent
9069bd4c68
commit
de8e0de77f
4
css.php
4
css.php
@ -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
4
js.php
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user