mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
parent
7d0f2e1ace
commit
cebdafb82c
5 changed files with 7 additions and 5 deletions
|
@ -132,6 +132,8 @@ if ($topic_id) {
|
|||
// Start session management
|
||||
$user->session_start(['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) {
|
||||
$redirect = 'index.php';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue