mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
Fix FAQ actions
This commit is contained in:
@@ -34,7 +34,7 @@ return [
|
||||
['GET', 'changelog[/{page:int}]', 'changelog.php'],
|
||||
[['GET', 'POST'], 'creatures[/{name:string}]', 'creatures.php'],
|
||||
|
||||
['GET', 'faq[/{action:string}]', 'faq.php'],
|
||||
[['GET', 'POST'], 'faq[/{action:string}]', 'faq.php'],
|
||||
|
||||
[['GET', 'POST'], 'forum/{action:string}[/]', 'forum.php'],
|
||||
['GET', 'forum/board/{id:int}[/]', 'forum/show_board.php'],
|
||||
|
Reference in New Issue
Block a user