+
$value) {
++$i;
if ($data[$key]['SUSPENDED'] == 'yes') {
@@ -69,7 +71,7 @@ foreach ($data as $key => $value) {
|
list accounts |
add account |
- " target="_blank"> open webmail |
+ " target="_blank"> open webmail |
edit |
diff --git a/web/templates/user/list_db.html b/web/templates/user/list_db.html
index c4e58a3b9..ec7e87482 100644
--- a/web/templates/user/list_db.html
+++ b/web/templates/user/list_db.html
@@ -1,6 +1,7 @@
$value) {
++$i;
if ($data[$key]['SUSPENDED'] == 'yes') {
@@ -11,7 +12,7 @@ foreach ($data as $key => $value) {
$spnd_action = 'suspend' ;
}
- list($http_host, $port) = split(':', $_SERVER["HTTP_HOST"]);
+
if ($data[$key]['TYPE'] == 'mysql') $db_admin_link = "http://".$http_host."/phpMyAdmin/";
if ($data[$key]['TYPE'] == 'pgsql') $db_admin_link = "http://".$http_host."/phpPgAdmin/";
?>
diff --git a/web/templates/user/list_mail.html b/web/templates/user/list_mail.html
index 48dbb4506..b2e327b33 100644
--- a/web/templates/user/list_mail.html
+++ b/web/templates/user/list_mail.html
@@ -1,6 +1,7 @@
|