Changing default route behavior to block

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