mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Update routes.php
This commit is contained in:
parent
f0f84090d2
commit
d7a9158cf2
@ -27,9 +27,9 @@ return [
|
|||||||
[['GET', 'POST'], 'account/character/sex[/]', 'account/change_sex.php'],
|
[['GET', 'POST'], 'account/character/sex[/]', 'account/change_sex.php'],
|
||||||
[['GET', 'POST'], 'account/character/delete[/]', 'account/delete_character.php'],
|
[['GET', 'POST'], 'account/character/delete[/]', 'account/delete_character.php'],
|
||||||
[['GET', 'POST'], 'account/character/comment[/{name:[A-Za-z0-9-_%+\']+}]', 'account/change_comment.php'],
|
[['GET', 'POST'], 'account/character/comment[/{name:[A-Za-z0-9-_%+\']+}]', 'account/change_comment.php'],
|
||||||
['GET', 'account/confirm_email/{hash:[A-Za-z0-9-_]+}[/]', 'account/confirm_email.php'],
|
['GET', 'account/confirm_email/{hash:alphanum}[/]', 'account/confirm_email.php'],
|
||||||
|
|
||||||
['GET', 'bans/{page:\d+}[/]', 'bans.php'],
|
['GET', 'bans/{page:int}[/]', 'bans.php'],
|
||||||
[['GET', 'POST'], 'characters[/{name:string}]', 'characters.php'],
|
[['GET', 'POST'], 'characters[/{name:string}]', 'characters.php'],
|
||||||
['GET', 'changelog[/{page:int}]', 'changelog.php'],
|
['GET', 'changelog[/{page:int}]', 'changelog.php'],
|
||||||
[['GET', 'POST'], 'creatures[/{name:string}]', 'creatures.php'],
|
[['GET', 'POST'], 'creatures[/{name:string}]', 'creatures.php'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user