From: Edward Date: Wed, 21 Nov 2018 09:26:24 +0000 (+0800) Subject: Process/Php7.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=70c5472cdd1a337955ce900a01b13ca7499f097f Process/Php7.php --- diff --git a/Process/Php7.php b/Process/Php7.php index ce892b29..835ca6da 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -35,7 +35,8 @@ class Pman_Core_Process_Php7 extends Pman )); }); - $this->scan(); + $this->scan($this->rootDir . "/Pman"); + $this->scan($this->rootDir . "/Hebe"); exit; }