diff --git a/web/suspend/web/index.php b/web/suspend/web/index.php index 0e56cb125..94799ba8a 100644 --- a/web/suspend/web/index.php +++ b/web/suspend/web/index.php @@ -17,13 +17,13 @@ if ($_SESSION['user'] == 'admin') { // Cancel if (!empty($_POST['back'])) { - header("Location: /list/user/"); + header("Location: /list/web/"); } // Ok if (!empty($_GET['user'])) { $v_username = escapeshellarg($_GET['user']); - exec (VESTA_CMD."v_suspend_user ".$v_username, $output, $return_var); + exec (VESTA_CMD."v_suspend_web_domain ".$v_username, $output, $return_var); if ($return_var != 0) { $error = implode('
', $output); if (empty($error)) $error = 'Error: vesta did not return any output.'; diff --git a/web/templates/admin/list_db.html b/web/templates/admin/list_db.html index 04dca4492..70afb79e4 100644 --- a/web/templates/admin/list_db.html +++ b/web/templates/admin/list_db.html @@ -41,7 +41,7 @@ foreach ($data as $key => $value) { +
[] database
Disk: -
diff --git a/web/templates/admin/list_mail.html b/web/templates/admin/list_mail.html index 17c916760..e22d28057 100644 --- a/web/templates/admin/list_mail.html +++ b/web/templates/admin/list_mail.html @@ -42,7 +42,7 @@ foreach ($data as $key => $value) { +
catchall >
Disk: -
diff --git a/web/templates/admin/list_mail_acc.html b/web/templates/admin/list_mail_acc.html index 2c8efedb6..b37151267 100644 --- a/web/templates/admin/list_mail_acc.html +++ b/web/templates/admin/list_mail_acc.html @@ -36,7 +36,7 @@ foreach ($data as $key => $value) { +
Disk: -
diff --git a/web/templates/admin/list_stats.html b/web/templates/admin/list_stats.html index 33f8f333d..6a8125b48 100644 --- a/web/templates/admin/list_stats.html +++ b/web/templates/admin/list_stats.html @@ -24,9 +24,9 @@ foreach ($data as $key => $value) { +
+
[] package
Bandwidth: % () -
Disk: % () -
+
+
diff --git a/web/templates/admin/list_user.html b/web/templates/admin/list_user.html index 8ddc2401d..bb9e06ca2 100644 --- a/web/templates/admin/list_user.html +++ b/web/templates/admin/list_user.html @@ -115,9 +115,9 @@ foreach ($data as $key => $value) {
[] package
Bandwidth: % () -
Disk: % () -
+
+
diff --git a/web/templates/admin/list_web.html b/web/templates/admin/list_web.html index 32002a25a..61ec53768 100644 --- a/web/templates/admin/list_web.html +++ b/web/templates/admin/list_web.html @@ -108,9 +108,9 @@ foreach ($data as $key => $value) {
[] template
Bandwidth: -
Disk: -
diff --git a/web/templates/admin/menu_backup.html b/web/templates/admin/menu_backup.html index e0e43e366..654d4db15 100644 --- a/web/templates/admin/menu_backup.html +++ b/web/templates/admin/menu_backup.html @@ -1,7 +1,7 @@ - +