Cyclical threads ♺

This commit is contained in:
Fredrick Brennan
2015-04-03 14:56:28 +08:00
committed by czaks
parent ab02a42725
commit 505adffcdc
10 changed files with 70 additions and 7 deletions

View File

@@ -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