From 954247951a76bcccf1aaece502382fc5005942f9 Mon Sep 17 00:00:00 2001 From: Pro-pra Date: Tue, 14 Jun 2022 18:26:30 +0300 Subject: [PATCH] Set missing php end brace (#393) * Update config.php * Update config.php * Update config.php * Update config.php --- debian/resources/fusionpbx/config.php | 2 ++ freebsd/resources/fusionpbx/config.php | 2 ++ ubuntu/resources/fusionpbx/config.php | 2 ++ windows/resources/fusionpbx/config.php | 2 ++ 4 files changed, 8 insertions(+) diff --git a/debian/resources/fusionpbx/config.php b/debian/resources/fusionpbx/config.php index 1c187dc..7d2df2c 100755 --- a/debian/resources/fusionpbx/config.php +++ b/debian/resources/fusionpbx/config.php @@ -43,3 +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 + +?> diff --git a/freebsd/resources/fusionpbx/config.php b/freebsd/resources/fusionpbx/config.php index 1c187dc..7d2df2c 100755 --- a/freebsd/resources/fusionpbx/config.php +++ b/freebsd/resources/fusionpbx/config.php @@ -43,3 +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 + +?> diff --git a/ubuntu/resources/fusionpbx/config.php b/ubuntu/resources/fusionpbx/config.php index 1c187dc..7d2df2c 100755 --- a/ubuntu/resources/fusionpbx/config.php +++ b/ubuntu/resources/fusionpbx/config.php @@ -43,3 +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 + +?> diff --git a/windows/resources/fusionpbx/config.php b/windows/resources/fusionpbx/config.php index af27a0b..44ff0d7 100644 --- a/windows/resources/fusionpbx/config.php +++ b/windows/resources/fusionpbx/config.php @@ -43,3 +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 + +?>