Fix logout link (bug #1474694).

This commit is contained in:
Michal Čihař
2006-04-24 07:29:53 +00:00
parent fa24247776
commit 9e725e08c6
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2006-03-24 Michal Čihař <michal@cihar.com>
* main.php: Fix logout link (bug #1474694).
2006-04-21 Michal Čihař <michal@cihar.com>
* libraries/import/csv.php: Fix importing files without trailing new line
(bug #1473944).

View File

@@ -205,7 +205,7 @@ if ( $server > 0 ) {
: '';
PMA_printListItem( '<strong>' . $strLogout . '</strong> ' . $http_logout,
'li_log_out',
'./user_password.php?' . $common_url_query . '&amp;old_usr=' . urlencode($PHP_AUTH_USER) );
'./index.php?' . $common_url_query . '&amp;old_usr=' . urlencode($PHP_AUTH_USER), null, '_parent');
} // end if
echo '</ul>';