summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 119d347..1e7bf9e 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -651,7 +651,7 @@ if ($_POST) {
if (isset($_POST['floating']))
header("Location: firewall_rules.php?if=FloatingRules");
else
- header("Location: firewall_rules.php?if=" . $_POST['interface']);
+ header("Location: firewall_rules.php?if=" . htmlspecialchars($_POST['interface']));
exit;
}
}
OpenPOWER on IntegriCloud