Revert "Update modcp.php"

This reverts commit 130507c8d4.
This commit is contained in:
Roman Kelesidis 2024-02-08 18:07:42 +07:00
parent 46ebba428e
commit 94e2f805af

View File

@ -154,8 +154,6 @@ else
// Start session management
$user->session_start(array('req_login' => true));
set_die_append_msg($forum_id, $topic_id);
// Check if user did or did not confirm. If they did not, forward them to the last page they were on
if (isset($_POST['cancel']) || IS_GUEST)
{