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

xfip entfernt

parent 1220893f
No related branches found
No related tags found
2 merge requests!1163Development,!1162Bugfixes
......@@ -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