From: Alexander Ebert Date: Tue, 13 Dec 2016 12:43:04 +0000 (+0100) Subject: Fixed parameter encoding X-Git-Tag: 3.0.0_RC_1~22 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b01dd6cb43b3dece6a033c732b98a41f40f41367;p=GitHub%2FWoltLab%2FWCF.git Fixed parameter encoding --- diff --git a/wcfsetup/install/files/lib/system/WCFACP.class.php b/wcfsetup/install/files/lib/system/WCFACP.class.php index 8eb8f2b724..f2cb24d6e0 100644 --- a/wcfsetup/install/files/lib/system/WCFACP.class.php +++ b/wcfsetup/install/files/lib/system/WCFACP.class.php @@ -153,7 +153,7 @@ class WCFACP extends WCF { HeaderUtil::redirect( LinkHandler::getInstance()->getLink('Login', [ - 'url' => rawurlencode(RouteHandler::getProtocol() . $_SERVER['HTTP_HOST'] . WCF::getSession()->requestURI) + 'url' => RouteHandler::getProtocol() . $_SERVER['HTTP_HOST'] . WCF::getSession()->requestURI ]) ); exit;