From 87232b53087e00eec0bbbf0c442e0c17987740c8 Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Sun, 10 Jan 2021 15:55:32 +0100 Subject: [PATCH] thats nothing for prod like --- activation.php | 1 - forgotpass.php | 1 - 2 files changed, 2 deletions(-) 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. ';