forked from leftypol/leftypol
Search update
This commit is contained in:
parent
e62b83e79c
commit
b776e0a7f0
5 changed files with 93 additions and 19 deletions
3
mod.php
3
mod.php
|
@ -58,7 +58,8 @@ $pages = array(
|
|||
'/bans/(\d+)' => 'bans', // ban list
|
||||
|
||||
'/search' => 'search_redirect', // search
|
||||
'/search/(posts|IP_notes|bans)/(.+)' => 'search', // search
|
||||
'/search/(posts|IP_notes|bans|log)/(.+)/(\d+)' => 'search', // search
|
||||
'/search/(posts|IP_notes|bans|log)/(.+)' => 'search', // search
|
||||
|
||||
// CSRF-protected moderator actions
|
||||
'/ban' => 'secure_POST ban', // new ban
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue