forked from leftypol/leftypol
Cyclical threads ♺
This commit is contained in:
parent
ab02a42725
commit
505adffcdc
10 changed files with 70 additions and 7 deletions
1
mod.php
1
mod.php
|
@ -82,6 +82,7 @@ $pages = array(
|
|||
'/(\%b)/deletebyip/(\d+)(/global)?' => 'secure deletebyip', // delete all posts by IP address
|
||||
'/(\%b)/(un)?lock/(\d+)' => 'secure lock', // lock thread
|
||||
'/(\%b)/(un)?sticky/(\d+)' => 'secure sticky', // sticky thread
|
||||
'/(\%b)/(un)?cycle/(\d+)' => 'secure cycle', // cycle thread
|
||||
'/(\%b)/bump(un)?lock/(\d+)' => 'secure bumplock', // "bumplock" thread
|
||||
|
||||
'/themes' => 'themes_list', // manage themes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue