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";