mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
global suspend
This commit is contained in:
parent
44949ed4a3
commit
20613e92a9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue