diff --git a/WEB/index.php b/WEB/index.php index b9c89993..5a10b12d 100644 --- a/WEB/index.php +++ b/WEB/index.php @@ -2,9 +2,10 @@ require_once('./Config/Config.php'); require_once('./Config/Autoload.php'); Autoload::charger(); - +echo "post"; $con = new Connection($dsn, $user, $password); $control = new Controller($con); +echo "after"; session_regenerate_id(true); // session_unset();