mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
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']));
|
||||
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)));
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user