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
0dceb063
Commit
0dceb063
authored
Feb 19, 2018
by
Dominik Hebeler
Browse files
Update Searchengine.php
parent
3f181458
Changes
1
Show whitespace changes
Inline
Side-by-side
app/Models/Searchengine.php
View file @
0dceb063
...
...
@@ -69,7 +69,7 @@ abstract class Searchengine
return
;
}
$this
->
useragent
=
"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:40.0) Gecko/20100101 Firefox/40.1"
;
$this
->
useragent
=
$metager
->
getUserAgent
()
;
$this
->
ip
=
$metager
->
getIp
();
$this
->
gefVon
=
"<a href=
\"
"
.
$this
->
homepage
.
"
\"
target=
\"
_blank
\"
rel=
\"
noopener
\"
>"
.
$this
->
displayName
.
"</a>"
;
$this
->
startTime
=
microtime
();
...
...
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