mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-26 05:27:29 +02:00
Disable error all
This commit is contained in:
parent
2291b4e121
commit
ed1679baef
@ -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');
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user