forked from leftypol/leftypol
Bring back search (searching posts not implemented yet)
This commit is contained in:
parent
158a7c0e79
commit
e62b83e79c
6 changed files with 257 additions and 9 deletions
3
mod.php
3
mod.php
|
@ -56,6 +56,9 @@ $pages = array(
|
|||
'/IP/([\w.:]+)/remove_note/(\d+)' => 'ip_remove_note', // remove note from ip address
|
||||
'/bans' => 'bans', // ban list
|
||||
'/bans/(\d+)' => 'bans', // ban list
|
||||
|
||||
'/search' => 'search_redirect', // search
|
||||
'/search/(posts|IP_notes|bans)/(.+)' => 'search', // search
|
||||
|
||||
// CSRF-protected moderator actions
|
||||
'/ban' => 'secure_POST ban', // new ban
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue