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…
Reference in New Issue
Block a user