From 0000b06df95a5066e8a5e6bd5219e54032af00a8 Mon Sep 17 00:00:00 2001
From: "kilian.te"
Date: Fri, 16 May 2025 07:38:30 +0000
Subject: [PATCH] =?UTF-8?q?T=C3=A9l=C3=A9verser=20les=20fichiers=20vers=20?=
=?UTF-8?q?"/"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
supprimer.php | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 supprimer.php
diff --git a/supprimer.php b/supprimer.php
new file mode 100644
index 0000000..072a4db
--- /dev/null
+++ b/supprimer.php
@@ -0,0 +1,16 @@
+Connexion réussie ✅
";
+} catch (\PDOException $e) {
+ echo "Échec de la connexion ❌ : " . $e->getMessage() . "
";
+}
+?>
\ No newline at end of file