Update modcp.php

This commit is contained in:
Roman Kelesidis 2024-02-08 00:56:44 +07:00
parent b371822315
commit 130507c8d4

View File

@ -154,6 +154,8 @@ 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)
{