From 61f8df39d64b23f138a051124be89f9d73fb03cb Mon Sep 17 00:00:00 2001 From: "Igor Barkov (iwork)" Date: Fri, 29 Jan 2021 17:27:01 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=B8=D1=88=D0=BD=D0=B8=D0=B9=20=D0=B2?= =?UTF-8?q?=D1=8B=D0=B7=D0=BE=D0=B2=20=D0=BE=D0=B1=D1=8A=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rememberpassword.php | 1 - 1 file changed, 1 deletion(-) diff --git a/rememberpassword.php b/rememberpassword.php index 49b3737..b5873f8 100644 --- a/rememberpassword.php +++ b/rememberpassword.php @@ -16,7 +16,6 @@ $password = isset($_POST['psw']) ? password_hash($_POST['psw'], PASSWORD_DEFAULT $_GET['change'] = $_GET['change'] ?? null; $newPassword = $_POST['newpasswd'] ?? 0; $hashCheck = $_POST['hashcheck'] ?? 0; -$db = new DBPDO(); $operation = new class { private function mailSend(string $to, string $message): bool