소스 검색

Update config.php

FusionPBX 6 년 전
부모
커밋
c75f08ee10
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      centos/resources/fusionpbx/config.php

+ 2 - 2
centos/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