Revision f891bf66
Added by Chris Buechler almost 16 years ago
usr/local/www/firewall_nat_edit.php | ||
---|---|---|
186 | 186 |
$natent['descr'] = $_POST['descr']; |
187 | 187 |
$natent['associated-filter-rule-id'] = $_POST['associated-filter-rule-id']; |
188 | 188 |
|
189 |
if($_POST['filter-rule-association'] = "pass") |
|
189 |
if($_POST['filter-rule-association'] == "pass")
|
|
190 | 190 |
$natent['associated-filter-rule-id'] = "pass"; |
191 | 191 |
|
192 | 192 |
if($_POST['nosync'] == "yes") |
Also available in: Unified diff
old version got committed accidentally, fix