From ea5aba2cc4e2024a111156b49289008958149ae8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 24 Aug 2018 15:09:45 +0800 Subject: [PATCH] Process/Php7.php --- Process/Php7.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Process/Php7.php b/Process/Php7.php index 05b166b0..9e0b970a 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -26,7 +26,7 @@ class Pman_Core_Process_Php7 extends Pman function get($base, $opts = array()) { - $base = realpath(__DIR__ . '/..'); + $base = realpath($this->rootDir); var_dump($base); exit; $this->scan($base, ''); -- 2.39.2