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

Merge branch 'patch' into 'development'

Patch

Closes #216

See merge request !1046
parents 5d512423 fea5c5e6
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -26,6 +26,7 @@ class Fastbot extends Searchengine
if (strlen($line) > 0) {
# Hier bekommen wir jedes einzelne Ergebnis
$result = explode("|:|", $line);
if(count($result) < 4) continue;
$link = $result[1];
$link = substr($link, strpos($link, "href=\"") + 6);
$link = substr($link, 0, strpos($link, "\""));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment