typo in previous fix
This commit is contained in:
parent
37ca1e466c
commit
4faa04f3f2
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user