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

@ -4,7 +4,13 @@
* Vincent Verdon - 20240604
*/
//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

@ -4,13 +4,7 @@
* Vincent Verdon - 20240604
*/
//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'])) {