forked from leftypol/leftypol
Optionally allow the moving of single replies
This commit is contained in:
parent
001989876f
commit
ddbe562f9c
4 changed files with 104 additions and 2 deletions
1
mod.php
1
mod.php
|
@ -65,6 +65,7 @@ $pages = array(
|
|||
'/ban' => 'secure_POST ban', // new ban
|
||||
'/(\%b)/ban(&delete)?/(\d+)' => 'secure_POST ban_post', // ban poster
|
||||
'/(\%b)/move/(\d+)' => 'secure_POST move', // move thread
|
||||
'/(\%b)/move_reply/(\d+)' => 'secure_POST move_reply', // move reply
|
||||
'/(\%b)/edit(_raw)?/(\d+)' => 'secure_POST edit_post', // edit post
|
||||
'/(\%b)/delete/(\d+)' => 'secure delete', // delete post
|
||||
'/(\%b)/deletefile/(\d+)' => 'secure deletefile', // delete file from post
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue