Process/Php7.php
authorEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:48:01 +0000 (17:48 +0800)
committerEdward <edward@roojs.com>
Wed, 21 Nov 2018 09:48:01 +0000 (17:48 +0800)
Process/Php7.php

index 034b339..d19b2eb 100644 (file)
@@ -63,10 +63,6 @@ class Pman_Core_Process_Php7 extends Pman
                 continue;
             }
             
-            if(empty($route)){
-                continue;
-            }
-            
             try {
                 
                 require_once implode('/', $route) . "/" . $d;