Re-add WOL to the services menu, it apparently disappeared in an earlier commit.

This commit is contained in:
jim-p 2012-11-14 20:31:26 -05:00
parent 75de894f72
commit 1213f83cbb

View File

@ -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