Process/Php7.php
[Pman.Core] / Process / Php7.php
index 835ca6d..8733aa2 100644 (file)
@@ -35,8 +35,8 @@ class Pman_Core_Process_Php7 extends Pman
             ));
         });
         
-        $this->scan($this->rootDir . "/Pman");
-        $this->scan($this->rootDir . "/Hebe");
+        $this->scan(array("Pman"));
+        $this->scan(array("Hebe"));
         
         exit;
     }