Config editort

This commit is contained in:
Michael Save 2012-05-20 20:20:50 +10:00
parent 0f04117037
commit d3739c48c2
6 changed files with 158 additions and 17 deletions

View file

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