From ec7b383f42ad8205c5714914e40bc62adc3c7001 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 12 Feb 2017 11:16:08 -0700 Subject: [PATCH] Hide warnings from users better for developers to see them. --- debian/resources/fusionpbx/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/resources/fusionpbx/config.php b/debian/resources/fusionpbx/config.php index 1b662a5..22776fb 100644 --- a/debian/resources/fusionpbx/config.php +++ b/debian/resources/fusionpbx/config.php @@ -41,5 +41,5 @@ //show errors ini_set('display_errors', '1'); //error_reporting (E_ALL); // Report everything - error_reporting (E_ALL ^ E_NOTICE); // hide notices - //error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING ); //hide notices and warnings + //error_reporting (E_ALL ^ E_NOTICE); // hide notices + error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING ); //hide notices and warnings