From: Alan Knowles Date: Fri, 24 Aug 2018 07:06:30 +0000 (+0800) Subject: Process/Php7.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4a8fbb301dff94bf81acf3615393ec03b257ed05 Process/Php7.php --- 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) {