@@ -68,6 +68,8 @@ class Router {
if (file_exists($path = ROUTE_PATH.implode('/', array_slice($segments, 0, $key + 1)).EXT))
{
$routes = require $path;
+
+ break;
}