Fix logout link (bug #1474694).
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2006-03-24 Michal Čihař <michal@cihar.com>
|
||||||
|
* main.php: Fix logout link (bug #1474694).
|
||||||
|
|
||||||
2006-04-21 Michal Čihař <michal@cihar.com>
|
2006-04-21 Michal Čihař <michal@cihar.com>
|
||||||
* libraries/import/csv.php: Fix importing files without trailing new line
|
* libraries/import/csv.php: Fix importing files without trailing new line
|
||||||
(bug #1473944).
|
(bug #1473944).
|
||||||
|
2
main.php
2
main.php
@@ -205,7 +205,7 @@ if ( $server > 0 ) {
|
|||||||
: '';
|
: '';
|
||||||
PMA_printListItem( '<strong>' . $strLogout . '</strong> ' . $http_logout,
|
PMA_printListItem( '<strong>' . $strLogout . '</strong> ' . $http_logout,
|
||||||
'li_log_out',
|
'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
|
} // end if
|
||||||
|
|
||||||
echo '</ul>';
|
echo '</ul>';
|
||||||
|
Reference in New Issue
Block a user