Skip to content

Commit 20613e9

Browse files
committed
global suspend
1 parent 44949ed commit 20613e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/unsuspend/web/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
if (!empty($_GET['domain'])) {
2323
$v_username = escapeshellarg($user);
2424
$v_domain = escapeshellarg($_GET['domain']);
25-
exec (VESTA_CMD."v-unsuspend-web-domain ".$v_username." ".$v_domain, $output, $return_var);
25+
exec (VESTA_CMD."v-unsuspend-domain ".$v_username." ".$v_domain, $output, $return_var);
2626
}
2727
check_return_code($return_var,$output);
2828
unset($output);

0 commit comments

Comments
 (0)