Merge pull request #269 from mailcow/dev

Disable error all
This commit is contained in:
André Peters 2017-05-13 23:08:32 +02:00 committed by GitHub
commit a5da2f759f

View File

@ -1,6 +1,6 @@
<?php
//error_reporting(E_ERROR);
error_reporting(E_ALL);
error_reporting(E_ERROR);
//error_reporting(E_ALL);
header('X-Powered-By: mailcow');
/*