Merge pull request #1004 from kdarbyshirebryant/miniupnpluci
[project/luci.git] / applications / luci-app-vpnbypass / luasrc / controller / vpnbypass.lua
1 module("luci.controller.vpnbypass", package.seeall)
2 function index()
3         if not nixio.fs.access("/etc/config/vpnbypass") then
4                 return
5         end
6         entry({"admin", "services", "vpnbypass"}, cbi("vpnbypass"), _("VPN Bypass"))
7 end