Эх сурвалжийг харах

Set missing php end brace (#393)

* Update config.php

* Update config.php

* Update config.php

* Update config.php
Pro-pra 3 жил өмнө
parent
commit
954247951a

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

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

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

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