Skip to content

Commit 6ad69fb

Browse files
committed
disabled debug
1 parent db4c4d3 commit 6ad69fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/bulk/web/index.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@
3535

3636
foreach ($domain as $value) {
3737
$value = escapeshellarg($value);
38-
echo VESTA_CMD.$cmd." ".$user." ".$value." no";
3938
exec (VESTA_CMD.$cmd." ".$user." ".$value." no", $output, $return_var);
4039
$restart='yes';
4140
}
4241

43-
4442
if (isset($restart)) {
4543
exec (VESTA_CMD."v-restart-web", $output, $return_var);
4644
exec (VESTA_CMD."v-restart-proxy", $output, $return_var);

0 commit comments

Comments
 (0)