HTML/FlexyFramework2.php
authorjohn <john@roojs.com>
Mon, 3 Dec 2018 08:29:16 +0000 (16:29 +0800)
committerjohn <john@roojs.com>
Mon, 3 Dec 2018 08:29:16 +0000 (16:29 +0800)
HTML/FlexyFramework2.php

index 26f9d95..6009dee 100644 (file)
@@ -203,6 +203,8 @@ class HTML_FlexyFramework2 {
 
         foreach($mods as $m) {
             $cls = $proj. (strlen($m) ? '_'. $m  : '' ) . '_Config';
+            
+            print_r($cls);exit;
 
             if (!file_exists($rootDir . '/'.str_replace('_','/', $cls). '.php')) {
                 continue;