mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-18 17:14:04 +01:00
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…
x
Reference in New Issue
Block a user