dev #38

Merged
lopar merged 22 commits from dev into master 2021-02-03 08:56:49 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 61f8df39d6 - Show all commits

View File

@ -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