From 4734cf7f1cfdcc7b7da0cb4f899a99e00ac2df3e Mon Sep 17 00:00:00 2001 From: doktornotor Date: Tue, 7 Mar 2017 12:05:09 +0100 Subject: [PATCH] Add reason to write_config() call --- src/usr/local/www/services_wol_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/local/www/services_wol_edit.php b/src/usr/local/www/services_wol_edit.php index 0cc36db2e6..4d452e5c84 100644 --- a/src/usr/local/www/services_wol_edit.php +++ b/src/usr/local/www/services_wol_edit.php @@ -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;