We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829d699 commit b87038cCopy full SHA for b87038c
1 file changed
index.php
@@ -40,7 +40,7 @@ function apache_request_headers() {
40
if($display_error)
41
{
42
ini_set('display_errors', '1');
43
-error_reporting(E_ALL);
+error_reporting(E_ALL & ~E_WARNING & ~E_DEPRECATED & ~E_NOTICE);
44
}
45
else
46
0 commit comments