Explorar o código

Hide warnings from users better for developers to see them.

FusionPBX %!s(int64=8) %!d(string=hai) anos
pai
achega
ec7b383f42
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      debian/resources/fusionpbx/config.php

+ 2 - 2
debian/resources/fusionpbx/config.php

@@ -41,5 +41,5 @@
 //show errors
 	ini_set('display_errors', '1');
 	//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
+	//error_reporting (E_ALL ^ E_NOTICE); // hide notices
+	error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING ); //hide notices and warnings