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 + +?>