Notice: Undefined variable: sql
This commit is contained in:
parent
5f5307f012
commit
b84ee52666
@ -36,7 +36,7 @@ if ($login) {
|
||||
<a href='" . GAMEDOMAIN . "/rememberpassword.php?change=" . $hash . "'> данной ссылке</a>.<br><br>
|
||||
Ссылка будет действовать до <em>" . date('d-M-Y', strtotime($lasttime)) . "</em>.
|
||||
";
|
||||
if (mail_send($sql['email'], "Noreply", "noreply@" . GAMEDOMAIN, "Восстановление забытого пароля", $message)) {
|
||||
if (mail_send($loginCheck['email'], "Noreply", "noreply@" . GAMEDOMAIN, "Восстановление забытого пароля", $message)) {
|
||||
$statusMessage = OK_MAIL_SENT;
|
||||
} else {
|
||||
$statusMessage = ERROR_MAIL_NOT_SENT;
|
||||
|
Loading…
Reference in New Issue
Block a user