Browse Source

disabled debug

Serghey Rodin 10 năm trước cách đây
mục cha
commit
6ad69fb4ca
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      web/bulk/web/index.php

+ 0 - 2
web/bulk/web/index.php

@@ -35,12 +35,10 @@ if ($_SESSION['user'] == 'admin') {
 
 foreach ($domain as $value) {
     $value = escapeshellarg($value);
-    echo VESTA_CMD.$cmd." ".$user." ".$value." no";
     exec (VESTA_CMD.$cmd." ".$user." ".$value." no", $output, $return_var);
     $restart='yes';
 }
 
-
 if (isset($restart)) {
     exec (VESTA_CMD."v-restart-web", $output, $return_var);
     exec (VESTA_CMD."v-restart-proxy", $output, $return_var);