Revision 1f372cf0
Added by Doktor Notor over 8 years ago
src/usr/local/www/firewall_schedule_edit.php | ||
---|---|---|
186 | 186 |
|
187 | 187 |
schedule_sort(); |
188 | 188 |
|
189 |
if (write_config()) { |
|
189 |
if (write_config(gettext("Firewall schedule configured."))) {
|
|
190 | 190 |
filter_configure(); |
191 | 191 |
} |
192 | 192 |
|
Also available in: Unified diff
Add reason to write_config() call