1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-26 05:27:29 +02:00

[Web] Remove E_ALL error reporting

This commit is contained in:
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

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!