Add reason to write_config() call

This commit is contained in:
doktornotor 2017-03-07 12:05:09 +01:00 committed by GitHub
parent b525d58152
commit 4734cf7f1c

View File

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