vérifivation du code

This commit is contained in:
Poty Thomas 2026-06-10 22:56:08 +02:00
parent 235fb88c32
commit c6a39e873b
2 changed files with 2 additions and 11 deletions

View file

@ -4,13 +4,7 @@
* Vincent Verdon - 20240604 * 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 //The requested route
$route = null; $route = null;
if (isset($_GET['route'])) { if (isset($_GET['route'])) {

View file

@ -10,10 +10,7 @@
session_start(); session_start();
//var_dump($_SESSION); //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 //The requested route
$route = null; $route = null;
if (isset($_GET['route'])) { if (isset($_GET['route'])) {