diff options
| author | jerome <jerome@xlinfo.fr> | 2025-09-03 17:16:38 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-09-03 17:16:38 +0200 |
| commit | 523245a857990540dc65148c19aec5aa7f120f9c (patch) | |
| tree | 3a82b346024780dcfeaf5893d14ec1c565b53f12 /login.php | |
| parent | cb1af4fa69b015b8ede43310151b51cc2720f88f (diff) | |
| download | http-523245a857990540dc65148c19aec5aa7f120f9c.tar.gz http-523245a857990540dc65148c19aec5aa7f120f9c.zip | |
Dockerfile
Diffstat (limited to 'login.php')
| -rw-r--r-- | login.php | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/login.php b/login.php deleted file mode 100644 index 5ac4afe..0000000 --- a/login.php +++ /dev/null @@ -1,29 +0,0 @@ -<?php -if ($_POST['username'] == "stagiaire" && $_POST['password'] == "password123"){ - $msg="Bien joué, Boloss, ton flag est 'ici'"; -} -else { - $msg="Erreur, Boloss !"; -} -?> -<!DOCTYPE html> -<html lang="fr"> - -<head> -<meta charset="utf-8" /> -<title>Login</title> -<meta name="generator" content="Geany 1.38" /> -</head> - -<body> - <h1>Login</h1> - <form method="post"> - <input type="text" name="username"><br> - <input type="password" name="password"><br> - <input type="submit"> - </form> - <br> - <div><?php if (isset($_POST['username'])){ echo $msg; } ?></div> -</body> - -</html> |
