Process/Php7.php
authorEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:26:52 +0000 (17:26 +0800)
committerEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:26:52 +0000 (17:26 +0800)
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;
     }
         
         exit;
     }