From 05d2e01f705a041a764930026e5bf8832d8fda07 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 21 Nov 2018 16:22:19 +0800 Subject: [PATCH] Process/Php7.php --- Process/Php7.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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) -- 2.39.2