mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-30 06:56:51 +01:00
Revert previous commit partially
This commit is contained in:
@@ -131,7 +131,7 @@ $dispatcher = FastRoute\cachedDispatcher(function (FastRoute\RouteCollector $r)
|
|||||||
|
|
||||||
$aliases = [
|
$aliases = [
|
||||||
[':int', ':string', ':alphanum'],
|
[':int', ':string', ':alphanum'],
|
||||||
[':\d+', ':[A-Za-z0-9-_%+\' \[\]]+', ':[A-Za-z0-9]+'],
|
[':\d+', ':[A-Za-z0-9-_%+\' ]+', ':[A-Za-z0-9]+'],
|
||||||
];
|
];
|
||||||
|
|
||||||
// remove duplicates
|
// remove duplicates
|
||||||
|
|||||||
Reference in New Issue
Block a user