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 828d0ed commit ab7c5e9Copy full SHA for ab7c5e9
web/suspend/web/index.php
@@ -21,10 +21,11 @@
21
$user=$_GET['user'];
22
}
23
24
+
25
if (!empty($_GET['domain'])) {
26
$v_username = escapeshellarg($user);
27
$v_domain = escapeshellarg($_GET['domain']);
- 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);
29
30
check_return_code($return_var,$output);
31
unset($output);
0 commit comments