summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound_domainoverride_edit.php
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-07 11:50:28 +0100
committerGitHub <noreply@github.com>2017-03-07 11:50:28 +0100
commit99124e3a707b7977cbb7c90ba4f3b38489e6e14f (patch)
treedd7b943f1609170d5613adb1acaf26cacfc41aa5 /src/usr/local/www/services_unbound_domainoverride_edit.php
parentfb3a83524284f06d4778b05ae0defa0dd15a2516 (diff)
downloadpfsense-99124e3a707b7977cbb7c90ba4f3b38489e6e14f.zip
pfsense-99124e3a707b7977cbb7c90ba4f3b38489e6e14f.tar.gz
Add reason to write_config() call
Diffstat (limited to 'src/usr/local/www/services_unbound_domainoverride_edit.php')
-rw-r--r--src/usr/local/www/services_unbound_domainoverride_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_unbound_domainoverride_edit.php b/src/usr/local/www/services_unbound_domainoverride_edit.php
index e87122b..17f2fee 100644
--- a/src/usr/local/www/services_unbound_domainoverride_edit.php
+++ b/src/usr/local/www/services_unbound_domainoverride_edit.php
@@ -96,7 +96,7 @@ if ($_POST['save']) {
mark_subsystem_dirty('unbound');
- write_config();
+ write_config(gettext("Domain override configured for DNS Resolver."));
header("Location: services_unbound.php");
exit;
OpenPOWER on IntegriCloud