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

index 51d61a0..0d6b7e0 100644 (file)
@@ -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) {