summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_wol.php
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-07 12:00:20 +0100
committerGitHub <noreply@github.com>2017-03-07 12:00:20 +0100
commitb525d58152d23a458b19caa22c55f18ed254a133 (patch)
tree74534c48430529f4d6b05b8dc290260683f6c6fa /src/usr/local/www/services_wol.php
parent2a988052a840c17698c7f014ee0fe8bfba57943d (diff)
downloadpfsense-b525d58152d23a458b19caa22c55f18ed254a133.zip
pfsense-b525d58152d23a458b19caa22c55f18ed254a133.tar.gz
Add reason to write_config() call
Diffstat (limited to 'src/usr/local/www/services_wol.php')
-rw-r--r--src/usr/local/www/services_wol.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_wol.php b/src/usr/local/www/services_wol.php
index 5afbf26..6061b90 100644
--- a/src/usr/local/www/services_wol.php
+++ b/src/usr/local/www/services_wol.php
@@ -99,7 +99,7 @@ if ($_POST['Submit'] || $_POST['mac']) {
if ($_POST['act'] == "del") {
if ($a_wol[$_POST['id']]) {
unset($a_wol[$_POST['id']]);
- write_config();
+ write_config(gettext("Deleted a device from WOL configuration."));
header("Location: services_wol.php");
exit;
}
OpenPOWER on IntegriCloud