[Rspamd] Set error_reporting to 0

master
andryyy 2017-07-02 11:25:14 +02:00
parent cf902854d7
commit 56a652fbf3
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [