From 5f5307f012bde65019d181784c232092fa937f3d Mon Sep 17 00:00:00 2001 From: lopar Date: Thu, 27 Aug 2020 20:26:34 +0300 Subject: [PATCH] Notice: A non well formed numeric value encountered --- rememberpassword.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rememberpassword.php b/rememberpassword.php index 04a5f0b..99f5631 100644 --- a/rememberpassword.php +++ b/rememberpassword.php @@ -34,7 +34,7 @@ if ($login) { Кто-то запросил восстановление пароля к вашему персонажу " . $login . ".

Для смены пароля пройдите по данной ссылке.

- Ссылка будет действовать до " . date('d-M-Y', $lasttime) . ". + Ссылка будет действовать до " . date('d-M-Y', strtotime($lasttime)) . ". "; if (mail_send($sql['email'], "Noreply", "noreply@" . GAMEDOMAIN, "Восстановление забытого пароля", $message)) { $statusMessage = OK_MAIL_SENT;