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

Merge branch '192-links-von-fastbot-de-werden-nicht-vollstandig-aufgelost' into 'development'

Hinweis bei Fastbot Links eingefügt, dass das Ergebnis mit einem Redirect geöffnet wird.

Closes #192

See merge request !282
parents 19a51cd0 54c5ab08
No related branches found
No related tags found
2 merge requests!283Development,!282Hinweis bei Fastbot Links eingefügt, dass das Ergebnis mit einem Redirect geöffnet wird.
......@@ -30,7 +30,8 @@ class Fastbot extends Searchengine
$link = $result[1];
$link = substr($link, strpos($link, "href=\"") + 6);
$link = substr($link, 0, strpos($link, "\""));
$counter++;
$counter++;
$this->gefVon = "<a href=\"" . $this->homepage . "\" target=\"_blank\">" . $this->displayName . " " . trans('results.redirect') . "</a>";
$this->results[] = new \App\Models\Result(
$this->engine,
trim(strip_tags($result[1])),
......
<?php
return [
'redirect' => '(mit redirect)',
];
\ No newline at end of file
<?php
return [
'redirect' => '(with redirect)',
];
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment