[Web] Remove E_ALL error reporting

master
andryyy 2019-02-08 20:56:26 +01:00
parent 1974c49e58
commit 4252164487
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 1 deletions

View File

@ -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!