Skip to content

Commit ab7c5e9

Browse files
committed
global suspend
1 parent 828d0ed commit ab7c5e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/suspend/web/index.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
$user=$_GET['user'];
2222
}
2323

24+
2425
if (!empty($_GET['domain'])) {
2526
$v_username = escapeshellarg($user);
2627
$v_domain = escapeshellarg($_GET['domain']);
27-
exec (VESTA_CMD."v-suspend-web-domain ".$v_username." ".$v_domain, $output, $return_var);
28+
exec (VESTA_CMD."v-suspend-domain ".$v_username." ".$v_domain, $output, $return_var);
2829
}
2930
check_return_code($return_var,$output);
3031
unset($output);

0 commit comments

Comments
 (0)