Pārlūkot izejas kodu

[Rspamd] Remove headers var from dyn maps

andryyy 6 gadi atpakaļ
vecāks
revīzija
1c3daedc39
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');
 require_once "vars.inc.php";
 // Getting headers sent by the client.
-$headers = apache_request_headers();
+//$headers = apache_request_headers();
 
 ini_set('error_reporting', 0);