Dead code.

This commit is contained in:
Michal Čihař
2008-09-03 14:25:26 +00:00
parent e170d51522
commit 92295fc3ec

View File

@@ -547,12 +547,10 @@ function PMA_auth_set_user()
} // end foreach
} // end if
$pma_server_changed = false;
if ($GLOBALS['cfg']['AllowArbitraryServer']
&& ! empty($GLOBALS['pma_auth_server'])
&& $cfg['Server']['host'] != $GLOBALS['pma_auth_server']) {
$cfg['Server']['host'] = $GLOBALS['pma_auth_server'];
$pma_server_changed = true;
}
$cfg['Server']['user'] = $GLOBALS['PHP_AUTH_USER'];
$cfg['Server']['password'] = $GLOBALS['PHP_AUTH_PW'];