Fix logout link (bug #1474694).
This commit is contained in:
2
main.php
2
main.php
@@ -205,7 +205,7 @@ if ( $server > 0 ) {
|
||||
: '';
|
||||
PMA_printListItem( '<strong>' . $strLogout . '</strong> ' . $http_logout,
|
||||
'li_log_out',
|
||||
'./user_password.php?' . $common_url_query . '&old_usr=' . urlencode($PHP_AUTH_USER) );
|
||||
'./index.php?' . $common_url_query . '&old_usr=' . urlencode($PHP_AUTH_USER), null, '_parent');
|
||||
} // end if
|
||||
|
||||
echo '</ul>';
|
||||
|
Reference in New Issue
Block a user