From 235fb88c32eb15a86ae69b815bf5ffba36ef6986 Mon Sep 17 00:00:00 2001 From: Poty Thomas Date: Wed, 10 Jun 2026 22:45:21 +0200 Subject: [PATCH] =?UTF-8?q?v=C3=A9rifivation=20et=20modification=20pour=20?= =?UTF-8?q?ne=20pas=20montrer=20les=20failles=20du=20code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 5 +-- index.php~ | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+), 4 deletions(-) create mode 100644 index.php~ 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'])) { diff --git a/index.php~ b/index.php~ new file mode 100644 index 0000000..0eb6eab --- /dev/null +++ b/index.php~ @@ -0,0 +1,95 @@ +