summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 a41bcb2..e88ac6a 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -1252,7 +1252,7 @@ include("head.inc");
<select name="l7container">
<?php
if (!is_array($l7clist))
- $dnqlist = array();
+ $l7clist = array();
echo "<option value=\"none\"";
echo " >none</option>";
foreach ($l7clist as $l7ckey) {
OpenPOWER on IntegriCloud