[Web] Remove E_ALL error reporting
This commit is contained in:
parent
1974c49e58
commit
4252164487
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
error_reporting(E_ERROR);
|
||||
error_reporting(E_ALL);
|
||||
//error_reporting(E_ALL);
|
||||
|
||||
/*
|
||||
PLEASE USE THE FILE "vars.local.inc.php" TO OVERWRITE SETTINGS AND MAKE THEM PERSISTENT!
|
||||
|
Loading…
Reference in New Issue
Block a user