forked from leftypol/leftypol
report queue
This commit is contained in:
parent
ad55a634bf
commit
41e1a2481b
5 changed files with 155 additions and 1 deletions
2
mod.php
2
mod.php
|
@ -33,6 +33,8 @@ $pages = array(
|
|||
'!^/PM/(\d+)(/reply)?$!' => 'pm', // read a pm
|
||||
|
||||
'!^/rebuild$!' => 'rebuild', // rebuild static files
|
||||
'!^/reports$!' => 'reports', // report queue
|
||||
'!^/reports/(\d+)/dismiss(all)?$!' => 'report_dismiss', // dismiss a report
|
||||
|
||||
'!^/ban$!' => 'ban', // new ban
|
||||
'!^/IP/([\w.:]+)$!' => 'ip', // view ip address
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue