diff --git a/index.php b/index.php index ceab77d..4422027 100644 --- a/index.php +++ b/index.php @@ -75,7 +75,7 @@ switch (ENVIRONMENT) case 'testing': case 'production': - error_reporting(-1); + error_reporting(0); ini_set('display_errors', 0); if (version_compare(PHP_VERSION, '5.3', '>=')) {