vérifivation du code

This commit is contained in:
Poty Thomas 2026-06-10 22:57:58 +02:00
parent 34fb19f23a
commit 5393f44339
2 changed files with 8 additions and 8 deletions

View file

@ -5,6 +5,12 @@
*/
//Loads some functions for session managment and starts the session
require('controllers/auth_utilities.php');
session_start();
//var_dump($_SESSION);
//The requested route
$route = null;
if (isset($_GET['route'])) {

View file

@ -5,12 +5,6 @@
*/
//Loads some functions for session managment and starts the session
require('controllers/auth_utilities.php');
session_start();
//var_dump($_SESSION);
//The requested route
$route = null;
if (isset($_GET['route'])) {