andryyy hace 8 años
padre
commit
711fa922e6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      data/web/json_api.php

+ 1 - 1
data/web/json_api.php

@@ -14,7 +14,7 @@ delete/alias => POST data:
 */
 header('Content-Type: application/json');
 require_once 'inc/prerequisites.inc.php';
-error_reporting(E_ALL);
+error_reporting(0);
 if (isset($_SESSION['mailcow_cc_role']) || isset($_SESSION['pending_mailcow_cc_username'])) {
   if (isset($_GET['query'])) {