New debug page: ?/debug/sql
This commit is contained in:
parent
9a2c33736a
commit
cadf276891
1
mod.php
1
mod.php
|
@ -79,6 +79,7 @@ $pages = array(
|
||||||
// these pages aren't listed in the dashboard without $config['debug']
|
// these pages aren't listed in the dashboard without $config['debug']
|
||||||
'/debug/antispam' => 'debug_antispam',
|
'/debug/antispam' => 'debug_antispam',
|
||||||
'/debug/recent' => 'debug_recent_posts',
|
'/debug/recent' => 'debug_recent_posts',
|
||||||
|
'/debug/sql' => 'secure_POST debug_sql',
|
||||||
|
|
||||||
// This should always be at the end:
|
// This should always be at the end:
|
||||||
'/(\w+)/' => 'view_board',
|
'/(\w+)/' => 'view_board',
|
||||||
|
|
Loading…
Reference in New Issue