forked from leftypol/leftypol
paginate ban list
This commit is contained in:
parent
7101fa540b
commit
f0412b0814
4 changed files with 24 additions and 8 deletions
1
mod.php
1
mod.php
|
@ -40,6 +40,7 @@ $pages = array(
|
|||
'!^/IP/([\w.:]+)$!' => 'ip', // view ip address
|
||||
'!^/IP/([\w.:]+)/remove_note/(\d+)$!' => 'ip_remove_note', // remove note from ip address
|
||||
'!^/bans$!' => 'bans', // ban list
|
||||
'!^/bans/(\d+)$!' => 'bans', // ban list
|
||||
|
||||
'!^/(\w+)/delete/(\d+)$!' => 'delete', // delete post
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue