diff --git a/system/router.php b/system/router.php index 6103995a..7595e792 100644 --- a/system/router.php +++ b/system/router.php @@ -68,6 +68,8 @@ class Router { if (file_exists($path = ROUTE_PATH.implode('/', array_slice($segments, 0, $key + 1)).EXT)) { $routes = require $path; + + break; } }