immortalwrt/package/lean/luci-app-pppoe-relay/luasrc/controller/pppoe-relay.lua

10 lines
239 B
Lua
Raw Normal View History

2018-10-30 14:23:35 +08:00
module("luci.controller.pppoe-relay",package.seeall)
function index()
if not nixio.fs.access("/etc/config/pppoe-relay")then
return
end
entry({"admin","services","pppoe-relay"},cbi("pppoe-relay"),_("PPPoE Relay"),90).dependent=true
end