From 611d87115a2b6429b6904a8ae1e31489a607f204 Mon Sep 17 00:00:00 2001 From: "serny.s" Date: Wed, 1 Dec 2021 18:42:50 +0100 Subject: [PATCH] fix git error --- index.html | 3 +-- sign_in.php | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/index.html b/index.html index d6ccd40..0fb275e 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,6 @@

PopOp

@@ -158,4 +157,4 @@ Mentions légales + points d'amélioration.
Mise en page par SERNY Sacha. Données par Wikipedia - + \ No newline at end of file diff --git a/sign_in.php b/sign_in.php index c5ca8b9..f5c6781 100644 --- a/sign_in.php +++ b/sign_in.php @@ -16,9 +16,6 @@ if (isset($_POST['submit'])) { $look = $bdd->prepare("SELECT * FROM membres WHERE mail = ?"); $look->execute(array($email)); $check = $look->fetch(); - var_dump($check['password']); - var_dump($password); - var_dump(password_verify($password, $check['password'])); $response ="here"; if ($check['mail'] != $email) { $response = "Ce compte n'existe pas.";