mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +02:00
string is also spaces, lets admin that
This commit is contained in:
parent
ed9d78d2f3
commit
376bb981ae
@ -118,7 +118,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]+'],
|
||||||
];
|
];
|
||||||
|
|
||||||
// apply aliases
|
// apply aliases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user