summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-wol/luasrc/controller/wol.lua
blob: dbbfdde1280b8ff0a9fc6e821d9a940cd3277506 (plain)
1
2
3
4
5
6
module("luci.controller.wol", package.seeall)

function index()
	entry({"admin", "services", "wol"}, cbi("wol"), _("Wake on LAN"), 90)
	entry({"mini", "services", "wol"}, cbi("wol"), _("Wake on LAN"), 90)
end