summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local')
-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