diff --git a/router.php b/router.php index 2ed9f2e..ba1680b 100644 --- a/router.php +++ b/router.php @@ -12,8 +12,8 @@ use vendor\controller\routers\RouterValidate; $Main = new Main; $RouterValidate = new RouterValidate; -// error_reporting(E_ALL); -// ini_set('display_errors', 'On'); + error_reporting(E_ALL); + ini_set('display_errors', 'On'); try {