Process/Php7.php
authorEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:26:24 +0000 (17:26 +0800)
committerEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:26:24 +0000 (17:26 +0800)
Process/Php7.php

index ce892b2..835ca6d 100644 (file)
@@ -35,7 +35,8 @@ class Pman_Core_Process_Php7 extends Pman
             ));
         });
         
-        $this->scan();
+        $this->scan($this->rootDir . "/Pman");
+        $this->scan($this->rootDir . "/Hebe");
         
         exit;
     }