From f0f84090d2328ead1020c7de57337c9288ee40da Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 18 Feb 2023 21:26:22 +0100 Subject: [PATCH] fix creatures post route, back button --- system/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/routes.php b/system/routes.php index 28d03168..58314227 100644 --- a/system/routes.php +++ b/system/routes.php @@ -32,7 +32,7 @@ return [ ['GET', 'bans/{page:\d+}[/]', 'bans.php'], [['GET', 'POST'], 'characters[/{name:string}]', 'characters.php'], ['GET', 'changelog[/{page:int}]', 'changelog.php'], - ['GET', 'creatures[/{name:string}]', 'creatures.php'], + [['GET', 'POST'], 'creatures[/{name:string}]', 'creatures.php'], ['GET', 'faq[/{action:string}]', 'faq.php'],