forked from leftypol/leftypol
Starting on ?/ban/<post>
This commit is contained in:
parent
9286ec4928
commit
4fcf9c2c91
2 changed files with 19 additions and 0 deletions
1
mod.php
1
mod.php
|
@ -44,6 +44,7 @@ $pages = array(
|
|||
'!^/bans/(\d+)$!' => 'bans', // ban list
|
||||
|
||||
'!^/(\w+)/delete/(\d+)$!' => 'delete', // delete post
|
||||
'!^/(\w+)/ban/(&delete/)?(\d+)$!' => 'ban_post', // ban poster
|
||||
'!^/(\w+)/(un)?lock/(\d+)$!' => 'lock', // lock thread
|
||||
'!^/(\w+)/(un)?sticky/(\d+)$!' => 'sticky', // sticky thread
|
||||
'!^/(\w+)/bump(un)?lock/(\d+)$!' => 'bumplock', // "bumplock" thread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue