JsCompile.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 17 Aug 2011 03:15:23 +0000 (11:15 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 17 Aug 2011 03:15:23 +0000 (11:15 +0800)
JsCompile.php

index a6d1bff..87099b9 100644 (file)
@@ -265,17 +265,14 @@ class Pman_Core_JsCompile  extends Pman
             
             -->";
             
-        
+        return false;
         
         $res = `$cmd`;
         //exit;
         file_put_contents($output.'.log'. $cmd."\n\n". $res);
         // since this only appears when we change.. it's ok to dump it out..
           echo "<!-- Compiled javascript
-          
-            
             " . htmlspecialchars($res) . "
-            
             -->";
             
         // we should do more checking.. return val etc..