forked from leftypol/leftypol
mod.php: dots are not required in the cursors
This commit is contained in:
parent
4f7d872d0d
commit
bebe786c5b
1 changed files with 1 additions and 1 deletions
2
mod.php
2
mod.php
|
@ -68,7 +68,7 @@ $pages = [
|
|||
'/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