Functionalised server selection and use it in cookie auth (RFE #1362727).

This commit is contained in:
Michal Čihař
2005-11-23 15:03:57 +00:00
parent 8fc4a4ce05
commit 8996ff60a1
5 changed files with 45 additions and 58 deletions

View File

@@ -126,9 +126,9 @@ if (($server > 0) && isset($mode) && ($mode == 'reload')) {
/**
* Displays the MySQL servers choice form
*/
if (!$cfg['LeftDisplayServers']) {
$show_server_left = FALSE;
if (!$cfg['LeftDisplayServers'] && count($cfg['Servers']) > 1) {
include('./libraries/select_server.lib.php');
PMA_select_server(TRUE, FALSE);
}
// nested table needed