summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-07 12:24:03 +0100
committerGitHub <noreply@github.com>2017-03-07 12:24:03 +0100
commit8901d6e7b3fd0ded2b65dcc0fa649c8fb665ef79 (patch)
treee2ee1295726fe692211e90865b72327cdbbfca50
parent830cafe845c9ced701010318c2635317dfdac961 (diff)
downloadpfsense-8901d6e7b3fd0ded2b65dcc0fa649c8fb665ef79.zip
pfsense-8901d6e7b3fd0ded2b65dcc0fa649c8fb665ef79.tar.gz
Add reason to write_config() call
-rw-r--r--src/usr/local/www/services_dyndns_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php
index 07f1636..083fce9 100644
--- a/src/usr/local/www/services_dyndns_edit.php
+++ b/src/usr/local/www/services_dyndns_edit.php
@@ -192,7 +192,7 @@ if ($_POST['save'] || $_POST['force']) {
$a_dyndns[$i]['id'] = $i;
}
- write_config();
+ write_config(gettext("Dynamic DNS client configured."));
services_dyndns_configure_client($dyndns);
OpenPOWER on IntegriCloud