Revision 758281f0
Added by Doktor Notor over 8 years ago
src/usr/local/www/firewall_nat_out_edit.php | ||
---|---|---|
382 | 382 |
} |
383 | 383 |
} |
384 | 384 |
|
385 |
if (write_config()) { |
|
385 |
if (write_config(gettext("Firewall: NAT: Outbound - saved/edited outbound NAT mapping."))) {
|
|
386 | 386 |
mark_subsystem_dirty('natconf'); |
387 | 387 |
} |
388 | 388 |
header("Location: firewall_nat_out.php"); |
Also available in: Unified diff
Add reason to write_config() calls