From bf42e6efce1b240fd3c2a18409a3a19fad33e53e Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Fri, 29 Jan 2021 18:53:24 +0100 Subject: [PATCH] firewall / categories: minor regression, when returning fromt POST type isn't guaranteed. --- src/www/firewall_nat_1to1_edit.php | 2 +- src/www/firewall_nat_edit.php | 2 +- src/www/firewall_nat_npt_edit.php | 2 +- src/www/firewall_nat_out_edit.php | 2 +- src/www/firewall_rules_edit.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/www/firewall_nat_1to1_edit.php b/src/www/firewall_nat_1to1_edit.php index 3f720023e..64cddfaf0 100644 --- a/src/www/firewall_nat_1to1_edit.php +++ b/src/www/firewall_nat_1to1_edit.php @@ -425,7 +425,7 @@ include("head.inc"); iterateCategories() as $category): $catname = htmlspecialchars($category['name'], ENT_QUOTES | ENT_HTML401);?> - + diff --git a/src/www/firewall_nat_edit.php b/src/www/firewall_nat_edit.php index 9691399fe..a722a42af 100644 --- a/src/www/firewall_nat_edit.php +++ b/src/www/firewall_nat_edit.php @@ -989,7 +989,7 @@ $( document ).ready(function() { iterateCategories() as $category): $catname = htmlspecialchars($category['name'], ENT_QUOTES | ENT_HTML401);?> - + diff --git a/src/www/firewall_nat_npt_edit.php b/src/www/firewall_nat_npt_edit.php index bbddbb4cf..47c2cc108 100644 --- a/src/www/firewall_nat_npt_edit.php +++ b/src/www/firewall_nat_npt_edit.php @@ -268,7 +268,7 @@ $( document ).ready(function() { iterateCategories() as $category): $catname = htmlspecialchars($category['name'], ENT_QUOTES | ENT_HTML401);?> - + diff --git a/src/www/firewall_nat_out_edit.php b/src/www/firewall_nat_out_edit.php index 85178cc15..0620025fc 100644 --- a/src/www/firewall_nat_out_edit.php +++ b/src/www/firewall_nat_out_edit.php @@ -819,7 +819,7 @@ include("head.inc"); iterateCategories() as $category): $catname = htmlspecialchars($category['name'], ENT_QUOTES | ENT_HTML401);?> - + diff --git a/src/www/firewall_rules_edit.php b/src/www/firewall_rules_edit.php index 8767438fe..c93ea50c8 100644 --- a/src/www/firewall_rules_edit.php +++ b/src/www/firewall_rules_edit.php @@ -1219,7 +1219,7 @@ include("head.inc"); iterateCategories() as $category): $catname = htmlspecialchars($category['name'], ENT_QUOTES | ENT_HTML401);?> - +