Revision 4734cf7f
Added by Doktor Notor over 8 years ago
src/usr/local/www/services_wol_edit.php | ||
---|---|---|
101 | 101 |
} |
102 | 102 |
wol_sort(); |
103 | 103 |
|
104 |
write_config(); |
|
104 |
write_config(gettext("Configured a wake-on-LAN entry."));
|
|
105 | 105 |
|
106 | 106 |
header("Location: services_wol.php"); |
107 | 107 |
exit; |
Also available in: Unified diff
Add reason to write_config() call