summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-09 20:09:15 +0100
committerGitHub <noreply@github.com>2017-03-09 20:09:15 +0100
commit0f1a5f2c10fa2a1ffbb53ea64a302564bdd45a76 (patch)
treeb79518e4bc32c3a4ef6bed461e049ee260af9f50 /src/usr/local
parentb290e10e253bc19c719a55d60c26c17d5692cd38 (diff)
downloadpfsense-0f1a5f2c10fa2a1ffbb53ea64a302564bdd45a76.zip
pfsense-0f1a5f2c10fa2a1ffbb53ea64a302564bdd45a76.tar.gz
Add reason to write_config() call
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/system_routes_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_routes_edit.php b/src/usr/local/www/system_routes_edit.php
index 45b26c1..b94523f 100644
--- a/src/usr/local/www/system_routes_edit.php
+++ b/src/usr/local/www/system_routes_edit.php
@@ -209,7 +209,7 @@ if ($_POST['save']) {
mark_subsystem_dirty('staticroutes');
- write_config();
+ write_config(gettext("Saved static route configuration."));
header("Location: system_routes.php");
exit;
OpenPOWER on IntegriCloud