mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
updated email footer
This commit is contained in:
parent
6ae9520b57
commit
989f8580f6
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ if ((!empty($_POST['user'])) && (empty($_POST['code']))) {
|
|||
$mailtext .= "https://".$_SERVER['HTTP_HOST']."/reset/?action=confirm&user=".$user."&code=".$rkey."\n\n";
|
||||
$mailtext .= "Alternately, you may go to https://".$_SERVER['HTTP_HOST']."/reset/?action=code&user=".$user." and enter the following password reset code:\n";
|
||||
$mailtext .= $rkey."\n\n";
|
||||
$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";
|
||||
$mailtext .= "Thanks,\nThe VestaCP Team\n";
|
||||
$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";
|
||||
$mailtext .= "--\nVesta Control Panel\n";
|
||||
if (!empty($rkey)) send_email($to, $subject, $mailtext, $from);
|
||||
unset($output);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue