From 4a8fbb301dff94bf81acf3615393ec03b257ed05 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 24 Aug 2018 15:06:30 +0800 Subject: [PATCH] Process/Php7.php --- Process/Php7.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Process/Php7.php b/Process/Php7.php index 51d61a05..0d6b7e08 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -26,7 +26,10 @@ class Pman_Core_Php7 extends Pman function get() { - $this-> + $base = realpath(__DIR__ . '/../..'); + var_dump($base); + exit; + $this->scan($base, ''); } function scan($p,$pr, $path=false) { -- 2.39.2