From 52b90a82083c17ccadc2a5692a11d2a3225a23a9 Mon Sep 17 00:00:00 2001 From: Ron Date: Sat, 8 Apr 2017 01:03:15 +0900 Subject: [PATCH] Update mod.php --- mod.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/mod.php b/mod.php index 907f7bc2..5df38a4f 100644 --- a/mod.php +++ b/mod.php @@ -104,13 +104,7 @@ $pages = array( '/config' => 'secure_POST config', // config editor '/config/(\%b)' => 'secure_POST config', // config editor - - // these pages aren't listed in the dashboard without $config['debug'] - '/debug/antispam' => 'debug_antispam', - '/debug/recent' => 'debug_recent_posts', - '/debug/apc' => 'debug_apc', - '/debug/sql' => 'secure_POST debug_sql', - + // This should always be at the end: '/(\%b)/?' => 'view_board', '/(\%b)/' . preg_quote($config['file_index'], '!') => 'view_board',