Browse Source

global suspend

Serghey Rodin 10 years ago
parent
commit
20613e92a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/unsuspend/web/index.php

+ 1 - 1
web/unsuspend/web/index.php

@@ -22,7 +22,7 @@ if (!empty($_GET['user'])) {
 if (!empty($_GET['domain'])) {
     $v_username = escapeshellarg($user);
     $v_domain = escapeshellarg($_GET['domain']);
-    exec (VESTA_CMD."v-unsuspend-web-domain ".$v_username." ".$v_domain, $output, $return_var);
+    exec (VESTA_CMD."v-unsuspend-domain ".$v_username." ".$v_domain, $output, $return_var);
 }
 check_return_code($return_var,$output);
 unset($output);