Process/Php7.php
[Pman.Core] / 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;