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

Update Result.php

parent 0ce93b32
No related branches found
No related tags found
1 merge request!739Development
...@@ -284,8 +284,8 @@ class Result ...@@ -284,8 +284,8 @@ class Result
$tmp = str_replace("%", "=25", $tmp); $tmp = str_replace("%", "=25", $tmp);
$tmp = str_replace("&", "=26", $tmp); $tmp = str_replace("&", "=26", $tmp);
$tmp = str_replace(";", "=3b", $tmp); $tmp = str_replace(";", "=3b", $tmp);
$tmp = str_replace("//", "/=2f", $tmp);
$tmp = preg_replace("#^([\w+.-]+)://#s", "$1/", $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; return "https://proxy.suma-ev.de/mger/nph-proxy.cgi/en/w0/" . $tmp;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment