forked from leftypol/leftypol
mod.php: pass cursor to mod_page_ip
This commit is contained in:
parent
92fee878b5
commit
82463bb720
1 changed files with 1 additions and 1 deletions
2
mod.php
2
mod.php
|
@ -65,7 +65,7 @@ $pages = array(
|
|||
'/reports/(\d+)/dismiss(all)?' => 'secure report_dismiss', // dismiss a report
|
||||
|
||||
'/IP/([\w.:]+)' => 'secure_POST ip', // view ip address
|
||||
'/IP/([\w.:]+)/cursor/([\w|-|_|.]+)' => 'secure_POST ip', // view ip address
|
||||
'/IP/([\w.:]+)/cursor/([\w|-|_|.]+)' => 'secure_POST ip', // view ip address
|
||||
'/IP/([\w.:]+)/remove_note/(\d+)' => 'secure ip_remove_note', // remove note from ip address
|
||||
|
||||
'/ban' => 'secure_POST ban', // new ban
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue