From: Edward Date: Wed, 21 Nov 2018 09:26:52 +0000 (+0800) Subject: Process/Php7.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7555a8629d59778dc70e23f4467638f6326388f9 Process/Php7.php --- diff --git a/Process/Php7.php b/Process/Php7.php index 835ca6da..8733aa24 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -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; }