Skip to content

Commit 7bab19c

Browse files
committed
added space between arguments
1 parent 27dabfb commit 7bab19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/edit/firewall/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
$v_comment = escapeshellarg($_POST['v_comment']);
5757

5858
// Change Status
59-
exec (VESTA_CMD."v-change-firewall-rule ".$v_rule." ".$v_action." ".$v_ip." ".$v_port." ".$v_protocol."".$v_comment, $output, $return_var);
59+
exec (VESTA_CMD."v-change-firewall-rule ".$v_rule." ".$v_action." ".$v_ip." ".$v_port." ".$v_protocol." ".$v_comment, $output, $return_var);
6060
check_return_code($return_var,$output);
6161
unset($output);
6262

0 commit comments

Comments
 (0)