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