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
6a3eac1a
Commit
6a3eac1a
authored
Feb 14, 2017
by
Dominik Hebeler
Browse files
Update Result.php
parent
0ce93b32
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Models/Result.php
View file @
6a3eac1a
...
...
@@ -284,8 +284,8 @@ class Result
$tmp
=
str_replace
(
"%"
,
"=25"
,
$tmp
);
$tmp
=
str_replace
(
"&"
,
"=26"
,
$tmp
);
$tmp
=
str_replace
(
";"
,
"=3b"
,
$tmp
);
$tmp
=
str_replace
(
"//"
,
"/=2f"
,
$tmp
);
$tmp
=
preg_replace
(
"#^([\w+.-]+)://#s"
,
"$1/"
,
$tmp
);
$tmp
=
str_replace
(
"//"
,
"/=2f"
,
$tmp
);
return
"https://proxy.suma-ev.de/mger/nph-proxy.cgi/en/w0/"
.
$tmp
;
}
...
...
Write
Preview
Supports
Markdown
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