Parcourir la source

Disable error all

andryyy il y a 8 ans
Parent
commit
ed1679baef
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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');
 
 /*