New debug page: ?/debug/sql

This commit is contained in:
Michael Save 2013-01-25 23:57:51 +11:00
parent 9a2c33736a
commit cadf276891

View File

@ -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',