From: Edward Date: Wed, 21 Nov 2018 09:48:01 +0000 (+0800) Subject: Process/Php7.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=32ef7c94b8265212e3d96a2a679434e092ba03fc Process/Php7.php --- diff --git a/Process/Php7.php b/Process/Php7.php index 034b339d..d19b2eb0 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -63,10 +63,6 @@ class Pman_Core_Process_Php7 extends Pman continue; } - if(empty($route)){ - continue; - } - try { require_once implode('/', $route) . "/" . $d;