bug #2397877 [core] ForceSSL and http auth_type
This commit is contained in:
@@ -540,6 +540,8 @@ if ($_SESSION['PMA_Config']->get('ForceSSL')
|
||||
preg_replace('/^http/', 'https',
|
||||
$_SESSION['PMA_Config']->get('PmaAbsoluteUri'))
|
||||
. PMA_generate_common_url($_GET, 'text'));
|
||||
// delete the current session, otherwise we get problems (see bug #2397877)
|
||||
PMA_removeCookie($GLOBALS['session_name']);
|
||||
exit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user