mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Re-add WOL to the services menu, it apparently disappeared in an earlier commit.
This commit is contained in:
parent
75de894f72
commit
1213f83cbb
@ -130,6 +130,7 @@ $services_menu[] = array("OLSR", "/pkg_edit.php?xml=olsrd.xml&id=0");
|
||||
$services_menu[] = array("PPPoE Server", "/vpn_pppoe.php");
|
||||
$services_menu[] = array("RIP", "/pkg_edit.php?xml=routed.xml&id=0");
|
||||
$services_menu[] = array("SNMP", "/services_snmp.php");
|
||||
$services_menu[] = array("Wake on LAN", "/services_wol.php");
|
||||
if(count($config['interfaces']) > 1) {
|
||||
/* no use for UPnP in single-interface deployments
|
||||
remove to reduce user confusion
|
||||
|
||||
Loading…
Reference in New Issue
Block a user