summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_wol_edit.php
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-07 12:05:09 +0100
committerGitHub <noreply@github.com>2017-03-07 12:05:09 +0100
commit4734cf7f1cfdcc7b7da0cb4f899a99e00ac2df3e (patch)
tree5f03b6b7e743c12b9e6e0bb1b07489095b27b961 /src/usr/local/www/services_wol_edit.php
parentb525d58152d23a458b19caa22c55f18ed254a133 (diff)
downloadpfsense-4734cf7f1cfdcc7b7da0cb4f899a99e00ac2df3e.zip
pfsense-4734cf7f1cfdcc7b7da0cb4f899a99e00ac2df3e.tar.gz
Add reason to write_config() call
Diffstat (limited to 'src/usr/local/www/services_wol_edit.php')
-rw-r--r--src/usr/local/www/services_wol_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_wol_edit.php b/src/usr/local/www/services_wol_edit.php
index 0cc36db..4d452e5 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;
OpenPOWER on IntegriCloud