diff --git a/config.php b/config.php index aec178d78e..d242091ea2 100644 --- a/config.php +++ b/config.php @@ -20,7 +20,7 @@ // Change this to FALSE for production sites. global $development; -$development = true; +$development = false; ini_set('error_reporting', 0); if($development) {