Skip to content

Commit

Permalink
bug #2397877 [core] ForceSSL and http auth_type
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Dec 28, 2008
1 parent 037ab67 commit 7c287fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -21,6 +21,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
+ [lang] Czech update, thanks to Ondřej Vadinský.
- bug #2461735 [operations] Table operations adds "row_format"
- bug #2445213 [export] Commas for CSV Excel 2008 for Mac
- bug #2397877 [core] ForceSSL and http auth_type

3.1.1.0 (2008-12-09)
- patch #2242765 [core] Navi panel server links wrong,
Expand Down
2 changes: 2 additions & 0 deletions libraries/common.inc.php
Expand Up @@ -540,6 +540,8 @@
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;
}

Expand Down

0 comments on commit 7c287fc

Please sign in to comment.