Pārlūkot izejas kodu

[Rspamd] Set error_reporting to 0

andryyy 8 gadi atpakaļ
vecāks
revīzija
56a652fbf3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      data/conf/rspamd/dynmaps/settings.php

+ 1 - 1
data/conf/rspamd/dynmaps/settings.php

@@ -7,7 +7,7 @@ then any of these will trigger the rule. If a rule is triggered then no more rul
 header('Content-Type: text/plain');
 header('Content-Type: text/plain');
 require_once "vars.inc.php";
 require_once "vars.inc.php";
 
 
-ini_set('error_reporting', 1);
+ini_set('error_reporting', 0);
 
 
 $dsn = $database_type . ':host=' . $database_host . ';dbname=' . $database_name;
 $dsn = $database_type . ':host=' . $database_host . ';dbname=' . $database_name;
 $opt = [
 $opt = [