From: Edward Date: Wed, 21 Nov 2018 08:22:19 +0000 (+0800) Subject: Process/Php7.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=05d2e01f705a041a764930026e5bf8832d8fda07 Process/Php7.php --- diff --git a/Process/Php7.php b/Process/Php7.php index 13c452c0..4ca0824b 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -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)