JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 08:59:37 +0000 (16:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 22 Jul 2011 08:59:37 +0000 (16:59 +0800)
JsCompile.php

index bcbd2ef..141f00e 100644 (file)
@@ -245,7 +245,7 @@ class Pman_Core_JsCompile  extends Pman
         echo "<PRE>$cmd\n";
         echo `$cmd`;
         `$cmd`;
-        
+        exit;
         
         // we should do more checking.. return val etc..
         if (file_exists($output) && ($max < filemtime($output) ) ) {