From c6a39e873b3d48278ad9a7fc7f3eb726c09797c6 Mon Sep 17 00:00:00 2001 From: Poty Thomas Date: Wed, 10 Jun 2026 22:56:08 +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~ | 5 +---- 2 files changed, 2 insertions(+), 11 deletions(-) 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'])) { diff --git a/index.php~ b/index.php~ index 0eb6eab..da868a2 100644 --- a/index.php~ +++ b/index.php~ @@ -10,10 +10,7 @@ session_start(); //var_dump($_SESSION); - //Erreurs à afficher SEULEMENT en phase de développement ! - error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); - ini_set('display_errors', 1); - + //The requested route $route = null; if (isset($_GET['route'])) {