This commit is contained in:
Michael Save 2012-05-19 18:27:45 +10:00
parent 750fed8a47
commit 970c6cd95b
4 changed files with 227 additions and 2 deletions

View file

@ -63,6 +63,7 @@ $pages = array(
'/(\w+)/(un)?lock/(\d+)' => 'lock', // lock thread
'/(\w+)/(un)?sticky/(\d+)' => 'sticky', // sticky thread
'/(\w+)/bump(un)?lock/(\d+)' => 'bumplock', // "bumplock" thread
'/(\w+)/move/(\d+)' => 'move', // move thread
// these pages aren't listed in the dashboard without $config['debug']
'/debug/antispam' => 'debug_antispam',