Skip to content
GitLab
Menu
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
f7359a25
Commit
f7359a25
authored
Sep 08, 2017
by
Dominik Hebeler
Browse files
Update MetaGer.php
parent
2c8ceb46
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
f7359a25
...
...
@@ -448,7 +448,7 @@ class MetaGer
if
(
strpos
(
$link
,
"http"
)
!==
0
)
{
$link
=
"http://"
.
$link
;
}
$info
=
parse_url
(
$
url
);
$info
=
parse_url
(
$
link
);
if
(
isset
(
$info
[
"host"
])){
$host
=
$info
[
'host'
];
if
(
strpos
(
$host
,
"amazon"
)
!==
FALSE
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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