mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add reason to write_config() call
This commit is contained in:
parent
830cafe845
commit
8901d6e7b3
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user