Browse Source

Disable error all

andryyy 8 years ago
parent
commit
ed1679baef
1 changed files with 2 additions and 2 deletions
  1. 2 2
      data/web/inc/vars.inc.php

+ 2 - 2
data/web/inc/vars.inc.php

@@ -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');
 
 /*