Skip to content

Commit 989f858

Browse files
committed
updated email footer
1 parent 6ae9520 commit 989f858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/reset/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ function send_email($to,$subject,$mailtext,$from) {
4444
$mailtext .= "https://".$_SERVER['HTTP_HOST']."/reset/?action=confirm&user=".$user."&code=".$rkey."\n\n";
4545
$mailtext .= "Alternately, you may go to https://".$_SERVER['HTTP_HOST']."/reset/?action=code&user=".$user." and enter the following password reset code:\n";
4646
$mailtext .= $rkey."\n\n";
47-
$mailtext .= "If you did not request a new password please ignore this letter and accept our apologies — we didn't intend to disturb you.\n";
48-
$mailtext .= "Thanks,\nThe VestaCP Team\n";
47+
$mailtext .= "If you did not request a new password please ignore this letter and accept our apologies — we didn't intend to disturb you.\n\n";
48+
$mailtext .= "--\nVesta Control Panel\n";
4949
if (!empty($rkey)) send_email($to, $subject, $mailtext, $from);
5050
unset($output);
5151
}

0 commit comments

Comments
 (0)