From cadf2768913bcd1941dfdc96f4a5565e02d6386d Mon Sep 17 00:00:00 2001 From: Michael Save Date: Fri, 25 Jan 2013 23:57:51 +1100 Subject: [PATCH] New debug page: ?/debug/sql --- mod.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod.php b/mod.php index c3b81e37..9de2c15b 100644 --- a/mod.php +++ b/mod.php @@ -79,6 +79,7 @@ $pages = array( // these pages aren't listed in the dashboard without $config['debug'] '/debug/antispam' => 'debug_antispam', '/debug/recent' => 'debug_recent_posts', + '/debug/sql' => 'secure_POST debug_sql', // This should always be at the end: '/(\w+)/' => 'view_board',