Update config.php

This commit is contained in:
FusionPBX 2022-06-14 09:24:09 -06:00 committed by GitHub
parent ed6355ed90
commit 0fcb241701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -43,4 +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
?>