From 7e0ba13ad5837c2a454c6028fe6f4c23a2e8e04a Mon Sep 17 00:00:00 2001 From: Yasder5 <102179445+Yasder5@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:43:31 +0100 Subject: [PATCH] =?UTF-8?q?my=20bad=20j'ai=20oubli=C3=A9=20un=20truc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/MotherModel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/MotherModel.php b/models/MotherModel.php index d63bcfd..df9f2f7 100644 --- a/models/MotherModel.php +++ b/models/MotherModel.php @@ -11,8 +11,8 @@ try{ $this->_db = new PDO( "mysql:host=localhost;dbname=projet_folliow", - "root", - "", + "projet_user", + "F0lliowRules!", array(PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC) ); $this->_db->exec("SET CHARACTER SET utf8");