diff --git a/activation.php b/activation.php index 04c2588..3ee8403 100644 --- a/activation.php +++ b/activation.php @@ -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 profile page. '; diff --git a/forgotpass.php b/forgotpass.php index 0650999..b404f9a 100644 --- a/forgotpass.php +++ b/forgotpass.php @@ -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 login page. ';