Functionalised server selection and use it in cookie auth (RFE #1362727).
This commit is contained in:
4
main.php
4
main.php
@@ -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
|
||||
|
Reference in New Issue
Block a user