X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Process%2FPhp7.php;h=835ca6da6e390a9b7c512af34c5b11d2dfd6e883;hp=ce892b2950367cc19a1bba9d6b401f002e2e91e5;hb=70c5472cdd1a337955ce900a01b13ca7499f097f;hpb=2a613ebccd3e25521828955c56c6059297d8f44e 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; }