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

Merge branch '18-results-pm-uberfuhren' of...

Merge branch '18-results-pm-uberfuhren' of http://gitlab.metager3.de:1234/dominik/MetaGer into 18-results-pm-uberfuhren
parents 46c5929a 00dbee23
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ abstract class Searchengine ...@@ -7,6 +7,7 @@ abstract class Searchengine
{ {
protected $ch; # Curl Handle zum erhalten der Ergebnisse protected $ch; # Curl Handle zum erhalten der Ergebnisse
function __construct(\SimpleXMLElement $engine) function __construct(\SimpleXMLElement $engine)
{ {
foreach($engine->attributes() as $key => $value){ foreach($engine->attributes() as $key => $value){
...@@ -110,6 +111,7 @@ abstract class Searchengine ...@@ -110,6 +111,7 @@ abstract class Searchengine
$affilDataValue = $this->urlEncode($affil_data); $affilDataValue = $this->urlEncode($affil_data);
# Wir benötigen die ServeUrl: # Wir benötigen die ServeUrl:
$serveUrl = $this->urlEncode(Request::url());# $serveUrl = $this->urlEncode(Request::url());#
return "&affilData=" . $affilDataValue . "&serveUrl=" . $serveUrl; return "&affilData=" . $affilDataValue . "&serveUrl=" . $serveUrl;
} }
} }
\ No newline at end of file
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