diff --git a/data/conf/rspamd/dynmaps/settings.php b/data/conf/rspamd/dynmaps/settings.php index c05eeb0e..23052d3f 100644 --- a/data/conf/rspamd/dynmaps/settings.php +++ b/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'); require_once "vars.inc.php"; -ini_set('error_reporting', 1); +ini_set('error_reporting', 0); $dsn = $database_type . ':host=' . $database_host . ';dbname=' . $database_name; $opt = [