From e28b7d3cbc31e072257f78a98239a9596b7c566f Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Fri, 8 Jan 2021 20:50:11 +0100 Subject: [PATCH] fcked up again. " & ' are shit --- forgotpass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forgotpass.php b/forgotpass.php index 4d74a40..c3e09bd 100644 --- a/forgotpass.php +++ b/forgotpass.php @@ -60,7 +60,7 @@ loginpagefoo script'; mail($mailrcpt, $mailsubject, $text, $from); - echo "Link send. Going back to login page. "; + echo 'Link send. Going back to login page. '; $showForm = false; } }