Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
dac3a99c
Commit
dac3a99c
authored
Sep 26, 2017
by
Dominik Hebeler
Browse files
Bugfix
parent
5cb787ac
Changes
1
Show whitespace changes
Inline
Side-by-side
app/Models/parserSkripte/Fastbot.php
View file @
dac3a99c
...
...
@@ -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
,
"
\"
"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment