summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-11-14 20:31:26 -0500
committerjim-p <jimp@pfsense.org>2012-11-14 20:31:58 -0500
commit1213f83cbb23d8f4d65a37d78cbbb9eb5cf2f20f (patch)
tree4844cae35bd70199b32bf04a3f2b955d43f621ef
parent75de894f726c4090f4d5be683d77c0736624631a (diff)
downloadpfsense-1213f83cbb23d8f4d65a37d78cbbb9eb5cf2f20f.zip
pfsense-1213f83cbb23d8f4d65a37d78cbbb9eb5cf2f20f.tar.gz
Re-add WOL to the services menu, it apparently disappeared in an earlier commit.
-rwxr-xr-xusr/local/www/fbegin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/fbegin.inc b/usr/local/www/fbegin.inc
index bd9abf7..d8e0c78 100755
--- a/usr/local/www/fbegin.inc
+++ b/usr/local/www/fbegin.inc
@@ -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
OpenPOWER on IntegriCloud