From ed6355ed9043e561f6c48707c51b374d1d9fbd5b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 14 Jun 2022 09:23:53 -0600 Subject: [PATCH] Update config.php --- debian/resources/fusionpbx/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/resources/fusionpbx/config.php b/debian/resources/fusionpbx/config.php index 64b32cb..7d2df2c 100755 --- a/debian/resources/fusionpbx/config.php +++ b/debian/resources/fusionpbx/config.php @@ -43,4 +43,5 @@ //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 + ?>