diff --git a/article-index-css/connexion.php b/article-index-css/connexion.php deleted file mode 100644 index d1c3333..0000000 --- a/article-index-css/connexion.php +++ /dev/null @@ -1,41 +0,0 @@ -prepare("SELECT * FROM utilisateur WHERE login = ?"); - $stmt->execute([$login]); - $user = $stmt->fetch(PDO::FETCH_ASSOC); - - if ($user && password_verify($password, $user['password'])) { - $_SESSION['admin'] = $user['login']; - header('Location: tabledebord.php'); - exit; - } else { - $message = "Identifiants incorrects"; - } -} -?> - - - - - - - Connexion Administrateur - - -

Connexion Administrateur

-
-

-

- -
-

- -