forked from extern/egroupware
ampersand-at-the-end-of-url fix provided by zorg
This commit is contained in:
parent
a185cdece2
commit
23202744d7
@ -36,7 +36,7 @@
|
|||||||
{
|
{
|
||||||
$url= html_entity_decode(urldecode($_GET['go']));
|
$url= html_entity_decode(urldecode($_GET['go']));
|
||||||
unset($_GET['go']);
|
unset($_GET['go']);
|
||||||
$url=$url."&".http_build_query($_GET);
|
if (!empty($_GET)) $url=$url."&".http_build_query($_GET);
|
||||||
|
|
||||||
Header('Location: ' . html_entity_decode(urldecode($url)));
|
Header('Location: ' . html_entity_decode(urldecode($url)));
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user