From 32ef7c94b8265212e3d96a2a679434e092ba03fc Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 21 Nov 2018 17:48:01 +0800 Subject: [PATCH] Process/Php7.php --- Process/Php7.php | 4 ---- 1 file changed, 4 deletions(-) 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; -- 2.39.2