forked from leftypol/leftypol
promote/demote users, started on rebuild
This commit is contained in:
parent
1437a121f7
commit
87281687ed
5 changed files with 136 additions and 13 deletions
3
mod.php
3
mod.php
|
@ -28,8 +28,11 @@ $pages = array(
|
|||
'!^/log/(\d+)$!' => 'log', // modlog
|
||||
|
||||
'!^/users$!' => 'users', // manage users
|
||||
'!^/users/(\d+)/(promote|demote)$!' => 'user_promote', // prmote/demote user
|
||||
'!^/new_PM/([^/]+)$!' => 'new_pm', // create a new pm
|
||||
|
||||
'!^/rebuild$!' => 'rebuild', // rebuild static files
|
||||
|
||||
'!^/ban$!' => 'ban', // new ban
|
||||
'!^/IP/([\w.:]+)$!' => 'ip', // view ip address
|
||||
'!^/IP/([\w.:]+)/remove_note/(\d+)$!' => 'ip_remove_note', // remove note from ip address
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue