瀏覽代碼

added space between arguments

Serghey Rodin 11 年之前
父節點
當前提交
7bab19c2cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web/edit/firewall/index.php

+ 1 - 1
web/edit/firewall/index.php

@@ -56,7 +56,7 @@ if (!empty($_POST['save'])) {
     $v_comment = escapeshellarg($_POST['v_comment']);
 
     // Change Status
-    exec (VESTA_CMD."v-change-firewall-rule ".$v_rule." ".$v_action." ".$v_ip."  ".$v_port." ".$v_protocol."".$v_comment, $output, $return_var);
+    exec (VESTA_CMD."v-change-firewall-rule ".$v_rule." ".$v_action." ".$v_ip."  ".$v_port." ".$v_protocol." ".$v_comment, $output, $return_var);
     check_return_code($return_var,$output);
     unset($output);