From 4f4a2d414fb229d0557b9d7ac884f8310774433f Mon Sep 17 00:00:00 2001 From: yasss2627 Date: Sun, 11 Jan 2026 22:26:51 +0000 Subject: [PATCH] =?UTF-8?q?T=C3=A9l=C3=A9verser=20les=20fichiers=20vers=20?= =?UTF-8?q?"config"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/db.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/db.php diff --git a/config/db.php b/config/db.php new file mode 100644 index 0000000..7d83275 --- /dev/null +++ b/config/db.php @@ -0,0 +1,11 @@ + PDO::ERRMODE_EXCEPTION + ] +); \ No newline at end of file