forked from leftypol/leftypol
[move]
This commit is contained in:
parent
750fed8a47
commit
970c6cd95b
4 changed files with 227 additions and 2 deletions
1
mod.php
1
mod.php
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue