From 4d8094b2b90447b51e082d9e02b76e9e672efde5 Mon Sep 17 00:00:00 2001 From: Thomas Chazot Date: Fri, 23 Dec 2022 14:59:23 +0100 Subject: [PATCH] z --- Vues/accueil.php | 4 +++- config/config.php | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Vues/accueil.php b/Vues/accueil.php index f489479..f188b99 100644 --- a/Vues/accueil.php +++ b/Vues/accueil.php @@ -79,7 +79,9 @@
  • - + + +
  • diff --git a/config/config.php b/config/config.php index 6dabb93..af90257 100644 --- a/config/config.php +++ b/config/config.php @@ -2,9 +2,9 @@ $rep = __DIR__ . '/../'; -$login="thchazot1"; -$password="achanger"; -$dsn="mysql:host=localhost;dbname=dbthchazot1"; // chemin vers bd (mysql:host=londres.uca.local;dbname=dblibreton => pour l'iut) +$login="root"; +$password="root"; +$dsn="mysql:host=localhost;port=8888;dbname=bddDeQualite"; // chemin vers bd (mysql:host=londres.uca.local;dbname=dblibreton => pour l'iut) //$dsn="mysql:host=localhost;port=8888;dbname=bddDeQualite"; /* $login="thchazot1";