From aad22c9bc7ebdc5fae45d0d3290df2d53d9f739c Mon Sep 17 00:00:00 2001 From: ghouar-t Date: Thu, 13 Jun 2024 18:05:32 +0200 Subject: [PATCH] travail en colab avec alexis et nicolas sur un partage --- php/connexion.php | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/php/connexion.php b/php/connexion.php index 8b58a7f..b260433 100644 --- a/php/connexion.php +++ b/php/connexion.php @@ -20,7 +20,7 @@ if (!empty($_REQUEST['login']) && !empty($_REQUEST['password'])) { if (password_verify($password, $hash)) { if ($login) { $_SESSION['login'] = $login; - header('Location: ../index.html'); + header('Location: ../index.php'); exit(); } @@ -29,7 +29,7 @@ if (!empty($_REQUEST['login']) && !empty($_REQUEST['password'])) { echo "Échec de la connexion : couple login/mot de passe invalide."; } } else { - echo "Échec de la connexion : login invalide."; + echo "Échec de la connexion : login inconnu."; } @@ -41,30 +41,32 @@ if (!empty($_REQUEST['login']) && !empty($_REQUEST['password'])) { ?> - + + - Page de Connexion + Connexion - Jeux Olympiques +
-

Connexion

+

Connexion



-
+

-
+