1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-07-03 11:35:49 +00:00

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
+2 -2
View File
@@ -1,6 +1,6 @@
<?php <?php
//error_reporting(E_ERROR); error_reporting(E_ERROR);
error_reporting(E_ALL); //error_reporting(E_ALL);
header('X-Powered-By: mailcow'); header('X-Powered-By: mailcow');
/* /*