summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/services_unbound_acls.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/local/www/services_unbound_acls.php b/usr/local/www/services_unbound_acls.php
index 936f3ee..7a1af28 100644
--- a/usr/local/www/services_unbound_acls.php
+++ b/usr/local/www/services_unbound_acls.php
@@ -46,6 +46,11 @@ if (isset($_POST['aclid'])) {
$id = $_POST['aclid'];
}
+if (!empty($id) && !is_numeric($id)) {
+ pfSenseHeader("services_unbound_acls.php");
+ exit;
+}
+
$act = $_GET['act'];
if (isset($_POST['act'])) {
$act = $_POST['act'];
OpenPOWER on IntegriCloud