Revision 0f1a5f2c
Added by Doktor Notor over 8 years ago
src/usr/local/www/system_routes_edit.php | ||
---|---|---|
209 | 209 |
|
210 | 210 |
mark_subsystem_dirty('staticroutes'); |
211 | 211 |
|
212 |
write_config(); |
|
212 |
write_config(gettext("Saved static route configuration."));
|
|
213 | 213 |
|
214 | 214 |
header("Location: system_routes.php"); |
215 | 215 |
exit; |
Also available in: Unified diff
Add reason to write_config() call