From c75f08ee10d969bc9a92b0aa9fa73d0b0353ba4e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 19 Feb 2019 22:35:44 -0700 Subject: [PATCH] Update config.php --- centos/resources/fusionpbx/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/centos/resources/fusionpbx/config.php b/centos/resources/fusionpbx/config.php index 1b662a5..22776fb 100755 --- a/centos/resources/fusionpbx/config.php +++ b/centos/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