Changing default route behavior to block

This commit is contained in:
2026-04-26 18:42:17 -03:00
parent 05a330d65e
commit 63f3820a2b
+1 -1
View File
@@ -76,7 +76,7 @@ class Route
/*
* Can execute other route after this one?
*/
public $_block = false;
public $_block = true;
/*
* Is there a problem witch one?