mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Ticket # 1698 fixes
This commit is contained in:
parent
a488f12d72
commit
26f84e226b
@ -181,7 +181,7 @@ if ($_POST) {
|
||||
/* item is a url type */
|
||||
if($_POST['address'])
|
||||
$_POST['address0'] = $_POST['address'];
|
||||
for($x=0; $x<299; $x++) {
|
||||
for($x=0; isset($_POST['address'. $x]); $x++) {
|
||||
if($_POST['address' . $x]) {
|
||||
/* fetch down and add in */
|
||||
$isfirst = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user