schokokeks.org web services commited on 2014-12-12 21:46:09
Zeige 1 geänderte Dateien mit 2 Einfügungen und 2 Löschungen.
| ... | ... |
@@ -78,7 +78,7 @@ if (count($dbs) > 0 || count($users) > 0) {
|
| 78 | 78 |
|
| 79 | 79 |
foreach($dbs as $db) |
| 80 | 80 |
{
|
| 81 |
- $phpmyadmin = "https://mysql.{$servers[$db['name']]}/";
|
|
| 81 |
+ $phpmyadmin = "https://mysql-{$servers[$db['name']]}/";
|
|
| 82 | 82 |
$desc = ''; |
| 83 | 83 |
if ($db['description']) {
|
| 84 | 84 |
$desc = '<br /><span style="font-weight: normal; font-size: 80%; font-style: italic;">'.$db['description'].'</span>'; |
| ... | ... |
@@ -121,7 +121,7 @@ if (count($dbs) > 0) {
|
| 121 | 121 |
output("<h4>Verwaltung der Datenbanken (phpMyAdmin)</h4>
|
| 122 | 122 |
<p><img src=\"{$prefix}images/phpmyadmin.png\" style=\"width: 120px; height: 70px; float: right;\" />Zur Verwaltung der Datenbank-Inhalte stellen wir Ihnen eine stets aktualisierte Version von phpMyAdmin zur Verfügung.</p>");
|
| 123 | 123 |
if (count($myservers) == 1) {
|
| 124 |
- output("<p><strong><a href=\"https://mysql.{$myservers[0]}/\">phpMyAdmin aufrufen</a></strong></p>");
|
|
| 124 |
+ output("<p><strong><a href=\"https://mysql-{$myservers[0]}/\">phpMyAdmin aufrufen</a></strong></p>");
|
|
| 125 | 125 |
} |
| 126 | 126 |
else {
|
| 127 | 127 |
output("<p><em>Ihre Datenbanken befinden sich auf unterschiedlichen Servern, daher müssen Sie die jeweils passende Adresse für phpMyAdmin benutzen. Klicken Sie auf das Symbol ".other_icon("database_go.png", "Datenbank-Verwaltung über phpMyAdmin")." oben neben der jeweiligen Datenbank.</em></p>");
|
| 128 | 128 |