forked from norman/fusionpbx-install.sh-github-mirror
Set missing php end brace (#393)
* Update config.php * Update config.php * Update config.php * Update config.php
This commit is contained in:
2
debian/resources/fusionpbx/config.php
vendored
2
debian/resources/fusionpbx/config.php
vendored
@@ -43,3 +43,5 @@
|
|||||||
//error_reporting (E_ALL); // Report everything
|
//error_reporting (E_ALL); // Report everything
|
||||||
//error_reporting (E_ALL ^ E_NOTICE); // hide notices
|
//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 ^ E_WARNING ); //hide notices and warnings
|
||||||
|
|
||||||
|
?>
|
||||||
|
|||||||
@@ -43,3 +43,5 @@
|
|||||||
//error_reporting (E_ALL); // Report everything
|
//error_reporting (E_ALL); // Report everything
|
||||||
//error_reporting (E_ALL ^ E_NOTICE); // hide notices
|
//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 ^ E_WARNING ); //hide notices and warnings
|
||||||
|
|
||||||
|
?>
|
||||||
|
|||||||
@@ -43,3 +43,5 @@
|
|||||||
//error_reporting (E_ALL); // Report everything
|
//error_reporting (E_ALL); // Report everything
|
||||||
//error_reporting (E_ALL ^ E_NOTICE); // hide notices
|
//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 ^ E_WARNING ); //hide notices and warnings
|
||||||
|
|
||||||
|
?>
|
||||||
|
|||||||
@@ -43,3 +43,5 @@
|
|||||||
//error_reporting (E_ALL); // Report everything
|
//error_reporting (E_ALL); // Report everything
|
||||||
error_reporting (E_ALL ^ E_NOTICE); // hide notices
|
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 ^ E_WARNING ); //hide notices and warnings
|
||||||
|
|
||||||
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user