From df9f270883528763c814e7897d54575e03355f47 Mon Sep 17 00:00:00 2001 From: flashwave Date: Tue, 22 Jan 2019 17:04:57 +0100 Subject: [PATCH] // --- public/forum/index.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/public/forum/index.php b/public/forum/index.php index 12be57b2..996c643a 100644 --- a/public/forum/index.php +++ b/public/forum/index.php @@ -14,12 +14,6 @@ switch ($_GET['m'] ?? '') { header('Location: /forum' . (!$markAction || $markEntireForum ? '' : url_construct('/forum.php', ['f' => $forumId]))); break; - case 'new': - break; - - case 'your': - break; - default: $categories = forum_get_root_categories(user_session_current('user_id', 0)); $blankForum = count($categories) <= 1 && $categories[0]['forum_children'] < 1;