- also send database-hostname in information-mail (customer::add-mysql), fixes #108

This commit is contained in:
Michael Kaufmann (d00p)
2010-04-08 10:45:02 +00:00
parent a0274b083b
commit 7daa7eb0bc
3 changed files with 3 additions and 2 deletions

View File

@@ -206,6 +206,7 @@ elseif($page == 'mysqls')
'DB_NAME' => $username,
'DB_PASS' => $password,
'DB_DESC' => $databasedescription,
'DB_SRV' => $sql_root[$dbserver]['host'],
'PMA_URI' => $pma
);