diff --git a/etc/php.ini b/etc/php.ini index 01e7bf5..e8e538d 100644 --- a/etc/php.ini +++ b/etc/php.ini @@ -245,7 +245,7 @@ error_reporting = E_ALL & ~E_NOTICE ; instead (see below). Keeping display_errors enabled on a production web site ; may reveal security information to end users, such as file paths on your Web ; server, your database schema or other information. -display_errors = On +display_errors = Off ; Even when display_errors is on, errors that occur during PHP's startup ; sequence are not displayed. It's strongly recommended to keep