From af6bb631c3d3153f4a8b28144ecfc22452c033e0 Mon Sep 17 00:00:00 2001 From: Noe GARNIER Date: Wed, 23 Nov 2022 13:00:44 +0100 Subject: [PATCH] =?UTF-8?q?Test=20de=20d=C3=A9ploiment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WEB/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/WEB/index.php b/WEB/index.php index 5a10b12d..4101079d 100644 --- a/WEB/index.php +++ b/WEB/index.php @@ -4,6 +4,7 @@ require_once('./Config/Autoload.php'); Autoload::charger(); echo "post"; $con = new Connection($dsn, $user, $password); +echo "con"; $control = new Controller($con); echo "after";