summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-09 14:51:14 +0100
committerGitHub <noreply@github.com>2017-03-09 14:51:14 +0100
commit85d1b87e964ce65e6ee8639885ae2715a962a73f (patch)
tree0c9849abb6c4d334f417a1e7dbc4aee7d22ead51 /src/usr/local
parent2b359eda6d4d6712888a59cb5b01aeee245e34be (diff)
downloadpfsense-85d1b87e964ce65e6ee8639885ae2715a962a73f.zip
pfsense-85d1b87e964ce65e6ee8639885ae2715a962a73f.tar.gz
Add reason to write_config() call
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/diag_dns.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/diag_dns.php b/src/usr/local/www/diag_dns.php
index de1b8bb..e66fe2f 100644
--- a/src/usr/local/www/diag_dns.php
+++ b/src/usr/local/www/diag_dns.php
@@ -117,6 +117,7 @@ if (isset($_POST['create_alias']) && (is_hostname($host) || is_ipaddr($host))) {
} else {
$a_aliases[] = $newalias;
}
+ write_config(gettext("Created an alias from Diagnostics - DNS Lookup page."));
write_config();
$createdalias = true;
}
OpenPOWER on IntegriCloud