Pman.php
authorEdward <edward@roojs.com>
Fri, 28 Aug 2015 03:32:40 +0000 (11:32 +0800)
committerEdward <edward@roojs.com>
Fri, 28 Aug 2015 03:32:40 +0000 (11:32 +0800)
Pman.php

index b0fcf83..659f65c 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -69,7 +69,10 @@ class Pman extends HTML_FlexyFramework_Page
         
         
         $this->appModules= $boot->enable;
- echo $this->arrayToJsInclude($files);        $this->isDev = empty($boot->Pman['isDev']) ? false : $boot->Pman['isDev'];
+        
+//        echo $this->arrayToJsInclude($files);        
+        $this->isDev = empty($boot->Pman['isDev']) ? false : $boot->Pman['isDev'];
+        
         $this->appDisable = $boot->disable;
         $this->appDisabled = explode(',', $boot->disable);
         $this->version = $boot->version;