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