From 5393f44339400ebdb49659e7e6445d634258b4f8 Mon Sep 17 00:00:00 2001 From: Poty Thomas Date: Wed, 10 Jun 2026 22:57:58 +0200 Subject: [PATCH] =?UTF-8?q?v=C3=A9rifivation=20du=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 8 +++++++- index.php~ | 8 +------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/index.php b/index.php index 432374f..da868a2 100644 --- a/index.php +++ b/index.php @@ -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'])) { diff --git a/index.php~ b/index.php~ index da868a2..432374f 100644 --- a/index.php~ +++ b/index.php~ @@ -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'])) {