Process/Php7.php
authorEdward <edward@roojs.com>
Wed, 21 Nov 2018 08:22:19 +0000 (16:22 +0800)
committerEdward <edward@roojs.com>
Wed, 21 Nov 2018 08:22:19 +0000 (16:22 +0800)
Process/Php7.php

index 13c452c..4ca0824 100644 (file)
@@ -25,9 +25,8 @@ class Pman_Core_Process_Php7 extends Pman
 
     function get($base, $opts = array()) 
     {
-        print_r($this->rootDir);exit;
-        
-        $this->scan($this->rootDir, 'Pman');
+//        $this->scan($this->rootDir, 'Pman');
+        $this->scan($this->rootDir);
     }
 
     function scan($p, $pr, $path = false)