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 @@ +