From a25ab3830ec46c86beb409e5a71bf319c1952284 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Fri, 30 Mar 2018 16:49:03 +0200 Subject: [PATCH] Hide errors --- php-errors.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php-errors.ini b/php-errors.ini index 957aae7..e213e7b 100644 --- a/php-errors.ini +++ b/php-errors.ini @@ -1 +1,3 @@ error_reporting = E_ALL & ~E_WARNING & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED +display_errors = Off +