added auto redirect

This commit is contained in:
Thies Mueller
2021-01-08 20:47:35 +01:00
parent 21ad06603c
commit 4365f2b510
3 changed files with 4 additions and 4 deletions

View File

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