forked from leftypol/leftypol
[EDIT] added dummy page
This commit is contained in:
parent
60fceb9a20
commit
a051ca64ab
2 changed files with 13 additions and 0 deletions
1
mod.php
1
mod.php
|
@ -65,6 +65,7 @@ $pages = array(
|
|||
'/(\w+)/deletefile/(\d+)' => 'secure deletefile', // delete file from post
|
||||
'/(\w+)/deletebyip/(\d+)(/global)?' => 'secure deletebyip', // delete all posts by IP address
|
||||
'/(\w+)/(un)?lock/(\d+)' => 'secure lock', // lock thread
|
||||
'/(\w+)/edit/(\d+)' => 'secure edit_post', // edit post
|
||||
'/(\w+)/(un)?sticky/(\d+)' => 'secure sticky', // sticky thread
|
||||
'/(\w+)/bump(un)?lock/(\d+)' => 'secure bumplock', // "bumplock" thread
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue