Skip to content
Snippets Groups Projects
Commit c0594a85 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

xfip entfernt

parent 9067aa03
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -336,9 +336,6 @@ abstract class Searchengine
{
$affil_data = 'ip=' . $this->ip;
$affil_data .= '&ua=' . $this->useragent;
if (isset($_SERVER['HTTP_X_FORWARDED_FOR'])) {
$affil_data .= '&xfip=' . $_SERVER['HTTP_X_FORWARDED_FOR'];
}
$affilDataValue = $this->urlEncode($affil_data);
# Wir benötigen die ServeUrl:
$serveUrl = $this->urlEncode($url);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment