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