Project

General

Profile

« Previous | Next » 

Revision 06e2a55d

Added by Andrew Thompson about 15 years ago

Initialise the correct array if empty.

View differences:

usr/local/www/firewall_rules_edit.php
1252 1252
				<select name="l7container">
1253 1253
<?php
1254 1254
					if (!is_array($l7clist))
1255
						$dnqlist = array();
1255
						$l7clist = array();
1256 1256
					echo "<option value=\"none\"";
1257 1257
					echo " >none</option>";
1258 1258
					foreach ($l7clist as $l7ckey) {

Also available in: Unified diff