forked from leftypol/leftypol
?/deletefile
This commit is contained in:
parent
2a301de29f
commit
19ea6e3d44
3 changed files with 38 additions and 6 deletions
1
mod.php
1
mod.php
|
@ -47,6 +47,7 @@ $pages = array(
|
|||
|
||||
'!^/(\w+)/delete/(\d+)$!' => 'delete', // delete post
|
||||
'!^/(\w+)/ban(&delete)?/(\d+)$!' => 'ban_post', // ban poster
|
||||
'!^/(\w+)/deletefile/(\d+)$!' => 'deletefile', // delete file from post
|
||||
'!^/(\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