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