HTML/FlexyFramework/Cli.php
authorAlan Knowles <alan@roojs.com>
Mon, 9 Feb 2015 10:07:51 +0000 (18:07 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 9 Feb 2015 10:07:51 +0000 (18:07 +0800)
HTML/FlexyFramework/Cli.php

index be6f532..fd83885 100644 (file)
@@ -107,7 +107,7 @@ Available commands:
             
             
             
-            //print_r("CHK:          " . implode('/', $chk)."\n");
+            print_r("CHK:          " . implode('/', $chk)."\n");
             // is it a file.. and .PHP...
             if (!is_dir(implode('/', $chk))) {
                 if (!preg_match('/\.php$/',$d)) {