From 7bab19c2cfabf259a0cb64436c2c2556e42c522d Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Thu, 9 Oct 2014 17:16:27 +0300 Subject: [PATCH] added space between arguments --- web/edit/firewall/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/edit/firewall/index.php b/web/edit/firewall/index.php index 890a4cec6..e2e1a16be 100644 --- a/web/edit/firewall/index.php +++ b/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);