From 99c4f383fe9bb66821802156a3eb02483dee57ec Mon Sep 17 00:00:00 2001 From: Poty Thomas Date: Thu, 11 Jun 2026 08:17:42 +0200 Subject: [PATCH] rectification mineure --- index.php | 2 - index.php~ | 132 +++++++++++++++++++++++++---------------------------- 2 files changed, 62 insertions(+), 72 deletions(-) diff --git a/index.php b/index.php index 302f8b6..1715f9e 100644 --- a/index.php +++ b/index.php @@ -3,8 +3,6 @@ require('controllers/auth_utilities.php'); session_start(); -error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); -ini_set('display_errors', 1); $route = null; if (isset($_GET['route'])) { diff --git a/index.php~ b/index.php~ index 432374f..302f8b6 100644 --- a/index.php~ +++ b/index.php~ @@ -1,86 +1,78 @@