|
@@ -22,7 +22,7 @@ if (!empty($_GET['user'])) {
|
|
|
if (!empty($_GET['domain'])) {
|
|
if (!empty($_GET['domain'])) {
|
|
|
$v_username = escapeshellarg($user);
|
|
$v_username = escapeshellarg($user);
|
|
|
$v_domain = escapeshellarg($_GET['domain']);
|
|
$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);
|
|
check_return_code($return_var,$output);
|
|
|
unset($output);
|
|
unset($output);
|