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

@@ -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>';