From dd731fd49be9d0f33e8c582b4445a254160e1855 Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 3 Jun 2025 16:43:43 +0200 Subject: [PATCH] Revert previous commit partially --- system/router.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/router.php b/system/router.php index 516c4286..1102ef0e 100644 --- a/system/router.php +++ b/system/router.php @@ -131,7 +131,7 @@ $dispatcher = FastRoute\cachedDispatcher(function (FastRoute\RouteCollector $r) $aliases = [ [':int', ':string', ':alphanum'], - [':\d+', ':[A-Za-z0-9-_%+\' \[\]]+', ':[A-Za-z0-9]+'], + [':\d+', ':[A-Za-z0-9-_%+\' ]+', ':[A-Za-z0-9]+'], ]; // remove duplicates