Pman.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Aug 2011 03:50:52 +0000 (11:50 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Aug 2011 03:50:52 +0000 (11:50 +0800)
Pman.php

index a612361..5621c28 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -661,7 +661,7 @@ class Pman extends HTML_FlexyFramework_Page
         $maxtime = 0;
         $ctime = 0;
         $files = array();
-        
+        /*
         // compiled directory exists...
         if (file_exists($cfile)) {
            // $ctime = max(filemtime($cfile), filectime($cfile));
@@ -684,6 +684,7 @@ class Pman extends HTML_FlexyFramework_Page
             }
             return $files;
         }
+        */
         // works out if stuff has been updated..
         // technically the non-dev version should output compiled only?!!?
         $ar = glob($dir . '/*.js');