refreshes to the wrong page..

This commit is contained in:
Thies Mueller 2021-01-09 22:53:03 +01:00
parent 36a1001c33
commit 410fe452b7

View File

@ -60,7 +60,7 @@ loginpagefoo script';
mail($mailrcpt, $mailsubject, $text, $from); mail($mailrcpt, $mailsubject, $text, $from);
echo 'Link send. Going back to <a href="profile.php">profile</a> page. <meta http-equiv="refresh" content="0; URL=login.php">'; echo 'Link send. Going back to <a href="profile.php">profile</a> page. <meta http-equiv="refresh" content="0; URL=profile.php">';
$showForm = false; $showForm = false;
} }
} }