bug #114066 [core] ForceSSL generates incorrectly escaped redirections
This commit is contained in:
@@ -534,7 +534,7 @@ if ($_SESSION['PMA_Config']->get('ForceSSL')
|
||||
PMA_sendHeaderLocation(
|
||||
preg_replace('/^http/', 'https',
|
||||
$_SESSION['PMA_Config']->get('PmaAbsoluteUri'))
|
||||
. PMA_generate_common_url($_GET));
|
||||
. PMA_generate_common_url($_GET, '', '&'));
|
||||
exit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user