diff --git a/Change.php b/Change.php index c62638f..c31aa15 100644 --- a/Change.php +++ b/Change.php @@ -45,7 +45,7 @@ //Mail reset link $mailbody = "Dear user,\n\nIt appears that you have requested a password reset at TaskHub\n\nTo reset your password, please click the link below. If you cannot click it, please paste it into your web browser's address bar.\n\n" . $pwrurl . "\n\nThanks,\nThe Administration"; - $headers = 'From: webmaster@taskhub.com' . "\r\n" . + $headers = 'From: webmaster@taskhub.com' . "\r\n"; mail($userExists["username"], "TaskHub Password Reset", $mailbody, $headers); echo "Your password recovery key has been sent to your email address."; }