Revision d5b1a279
Added by Ermal Luçi over 10 years ago
usr/local/www/firewall_nat_out.php | ||
---|---|---|
64 | 64 |
$mode = $config['nat']['outbound']['mode']; |
65 | 65 |
|
66 | 66 |
if ($_POST['apply']) { |
67 |
write_config(); |
|
68 |
|
|
69 | 67 |
$retval = 0; |
70 | 68 |
$retval |= filter_configure(); |
71 | 69 |
|
Also available in: Unified diff
Ticket #4445 do not write config and remove its cache when applying settings its just behaviour from dinosaur era and should have been cleanded long time ago.