Skip to content

Commit b87038c

Browse files
authored
Update index.php
1 parent 829d699 commit b87038c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function apache_request_headers() {
4040
if($display_error)
4141
{
4242
ini_set('display_errors', '1');
43-
error_reporting(E_ALL);
43+
error_reporting(E_ALL & ~E_WARNING & ~E_DEPRECATED & ~E_NOTICE);
4444
}
4545
else
4646
{

0 commit comments

Comments
 (0)