diff options
author | doktornotor <notordoktor@gmail.com> | 2017-03-07 11:52:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-07 11:52:03 +0100 |
commit | 16922d7cdda9d9eda622b47aa1bd2d3677bc853a (patch) | |
tree | 895ab7caff4fae731347a3289d73f85199faad94 | |
parent | 99124e3a707b7977cbb7c90ba4f3b38489e6e14f (diff) | |
download | pfsense-16922d7cdda9d9eda622b47aa1bd2d3677bc853a.zip pfsense-16922d7cdda9d9eda622b47aa1bd2d3677bc853a.tar.gz |
Add reason to write_config() call
-rw-r--r-- | src/usr/local/www/services_unbound_host_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_unbound_host_edit.php b/src/usr/local/www/services_unbound_host_edit.php index b5949f3..c374631 100644 --- a/src/usr/local/www/services_unbound_host_edit.php +++ b/src/usr/local/www/services_unbound_host_edit.php @@ -166,7 +166,7 @@ if ($_POST['save']) { mark_subsystem_dirty('unbound'); - write_config(); + write_config(gettext("Host override configured for DNS Resolver.")); header("Location: services_unbound.php"); exit; |