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 e054a6c..ba9b3ce 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -574,7 +574,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