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 db4c4d3 commit 6ad69fbCopy full SHA for 6ad69fb
web/bulk/web/index.php
@@ -35,12 +35,10 @@
35
36
foreach ($domain as $value) {
37
$value = escapeshellarg($value);
38
- echo VESTA_CMD.$cmd." ".$user." ".$value." no";
39
exec (VESTA_CMD.$cmd." ".$user." ".$value." no", $output, $return_var);
40
$restart='yes';
41
}
42
43
-
44
if (isset($restart)) {
45
exec (VESTA_CMD."v-restart-web", $output, $return_var);
46
exec (VESTA_CMD."v-restart-proxy", $output, $return_var);
0 commit comments