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
b525d58152
commit
4734cf7f1c
@ -101,7 +101,7 @@ if ($_POST['save']) {
|
||||
}
|
||||
wol_sort();
|
||||
|
||||
write_config();
|
||||
write_config(gettext("Configured a wake-on-LAN entry."));
|
||||
|
||||
header("Location: services_wol.php");
|
||||
exit;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user