mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-29 18:59:21 +02:00
fix forum show_thread
This commit is contained in:
parent
b82c021ff7
commit
b60f345ae5
@ -39,7 +39,7 @@ return [
|
||||
['GET', 'forum/board/{id:int}[/]', 'forum/show_board.php'],
|
||||
['GET', 'forum/board/{id:int}/{page:[0-9]+}[/]', 'forum/show_board.php'],
|
||||
['GET', 'forum/thread/{id:int}[/]', 'forum/show_thread.php'],
|
||||
//['GET', 'forum/thread/{id:[0-9]+}/{page:[0-9]+}[/]', 'forum/show_thread.php'],
|
||||
['GET', 'forum/thread/{id:int}/{page:int}[/]', 'forum/show_thread.php'],
|
||||
|
||||
['GET', 'gallery/{image:int}[/]', 'gallery.php'],
|
||||
[['GET', 'POST'], 'gallery/{action:string}[/]', 'gallery.php'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user