Add reason to write_config() call

This commit is contained in:
doktornotor 2017-03-07 12:24:03 +01:00 committed by GitHub
parent 830cafe845
commit 8901d6e7b3

View File

@ -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);