vérifivation du code
This commit is contained in:
parent
235fb88c32
commit
c6a39e873b
2 changed files with 2 additions and 11 deletions
|
|
@ -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'])) {
|
||||
|
|
|
|||
|
|
@ -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'])) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue