[SECURITY] Lessen security impact

post.php: misc fixes
This commit is contained in:
czaks
2017-05-17 14:03:48 -04:00
parent 37eaea6312
commit 736e982945
2 changed files with 7 additions and 7 deletions

View File

@@ -94,10 +94,10 @@ $pages = array(
'/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',
//'/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',