replace DB_SRV with the hostname/ip and not the caption of the mysql-server, thx to rzeka for noticing

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2015-01-15 17:29:49 +01:00
parent 67f3263a2e
commit 4e9b2d0e97

View File

@@ -219,7 +219,7 @@ if ($page == 'overview') {
'DB_NAME' => $username,
'DB_PASS' => $password,
'DB_DESC' => $databasedescription,
'DB_SRV' => $sql_root['caption'],
'DB_SRV' => $sql_root['host'],
'PMA_URI' => $pma
);