Pman.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 27 Jul 2010 05:54:37 +0000 (13:54 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 27 Jul 2010 05:54:37 +0000 (13:54 +0800)
Pman.php

index f18fe54..cf67d61 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -557,9 +557,7 @@ class Pman extends HTML_FlexyFramework_Page
         if (file_exists($cfile)) {
            // $ctime = max(filemtime($cfile), filectime($cfile));
             // otherwise use compile dfile..
-            echo $cfile;
-            $targetdir = realpath(readlink($cfile));
-            echo $targetdir;exit;
+            $ar = glob($cfile / '/' . $mod + '*.js');
             $files = array( $this->rootURL."/_compiled_/". basename($cfile));
             if (file_exists($lfile)) {
                 array_push($files, $this->rootURL."/_translations_/$mod.js");