global suspend

This commit is contained in:
Serghey Rodin 2015-10-21 19:25:38 +03:00
commit 20613e92a9

View file

@ -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);