Process/Php7.php
authorAlan Knowles <alan@roojs.com>
Fri, 24 Aug 2018 07:09:45 +0000 (15:09 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 24 Aug 2018 07:09:45 +0000 (15:09 +0800)
Process/Php7.php

index 05b166b..9e0b970 100644 (file)
@@ -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, '');