From 62c0950c540dd0dd773ea00ec0d66a656351b8a2 Mon Sep 17 00:00:00 2001 From: Noe GARNIER Date: Mon, 28 Nov 2022 11:02:58 +0100 Subject: [PATCH] test --- WEB/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WEB/index.php b/WEB/index.php index 6ead10ee..02769bd9 100644 --- a/WEB/index.php +++ b/WEB/index.php @@ -18,7 +18,9 @@ Autoload::charger(); // } echo "test"; -$control = new FrontController(); +$db = new Connection(); +echo "test2"; +// $control = new FrontController(); //session_regenerate_id(true); // session_unset();