paginate ban list
This commit is contained in:
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
|
||||
|
||||
|
Reference in New Issue
Block a user