We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44949ed commit 20613e9Copy full SHA for 20613e9
web/unsuspend/web/index.php
@@ -22,7 +22,7 @@
22
if (!empty($_GET['domain'])) {
23
$v_username = escapeshellarg($user);
24
$v_domain = escapeshellarg($_GET['domain']);
25
- 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);
26
}
27
check_return_code($return_var,$output);
28
unset($output);
0 commit comments