forked from leftypol/leftypol
Config editort
This commit is contained in:
parent
0f04117037
commit
d3739c48c2
6 changed files with 158 additions and 17 deletions
2
mod.php
2
mod.php
|
@ -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',
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue