thats nothing for prod like

This commit is contained in:
Thies Mueller 2021-01-10 15:55:32 +01:00
parent e0e6d097b4
commit 87232b5308
2 changed files with 0 additions and 2 deletions

View File

@ -64,7 +64,6 @@ If this mail comes unsolicited, please just ignore the mail.
cheers
loginpagefoo script';
echo $url_activationcode;
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=profile.php">';

View File

@ -57,7 +57,6 @@ If this mail comes unsolicited, please just ignore the mail.
cheers
loginpagefoo script';
echo $url_passwordcode;
mail($mailrcpt, $mailsubject, $text, $from);
echo 'Link send. Going back to <a href="login.php">login</a> page. <meta http-equiv="refresh" content="0; URL=login.php">';