From de8e0de77f080654fdda6a0e4806ae59cc672d89 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Wed, 6 Jul 2011 21:31:14 -0400 Subject: [PATCH] Removed ending php delimeters from minifiers, fixed a minor issue --- css.php | 4 ++-- js.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css.php b/css.php index 1910670..139aa82 100644 --- a/css.php +++ b/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 diff --git a/js.php b/js.php index 778dcb2..2b1c2ae 100644 --- a/js.php +++ b/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