Asset.php
authorjohn <john@roojs.com>
Wed, 15 Aug 2018 06:18:29 +0000 (14:18 +0800)
committerjohn <john@roojs.com>
Wed, 15 Aug 2018 06:18:29 +0000 (14:18 +0800)
Asset.php

index 0346e34..b3942b4 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -125,10 +125,14 @@ class Pman_Core_Asset extends Pman {
      
     static function getCompileDir($type)
     {
-        if(empty($type)) {
+        if(
+            empty($type)
+        ) {
             return false;
         }
         
+        exit;
+        
         $ui = posix_getpwuid(posix_geteuid());
         
         $ff = HTML_FlexyFramework::get();