[Rspamd] Remove headers var from dyn maps

master
andryyy 2019-03-12 01:28:04 +01:00
parent 680ddec687
commit 1c3daedc39
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
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";
// Getting headers sent by the client.
$headers = apache_request_headers();
//$headers = apache_request_headers();
ini_set('error_reporting', 0);