From f69c44b2145d4dab42d955a914584fa6d70d7779 Mon Sep 17 00:00:00 2001 From: rubisalpha Date: Fri, 22 May 2026 12:05:29 +0000 Subject: [PATCH] Ajouter test.php --- test.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test.php diff --git a/test.php b/test.php new file mode 100644 index 0000000..b05017c --- /dev/null +++ b/test.php @@ -0,0 +1,15 @@ +"; + +echo "Vérification : "; +var_dump(password_verify($password, $users[$username]['password'])); +?> \ No newline at end of file