1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add VPN menu entry

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-08-09 17:18:25 +02:00
parent 1cc613f27d
commit 2c27a090f3

View file

@ -50,6 +50,13 @@ function index()
-- system/system is from mod-admin-full
toplevel_page(page, "admin/system/system", alias("admin", "system", "system"))
-- Only used if applications add items
page = node("admin", "vpn")
page.title = _("VPN")
page.order = 30
page.index = true
toplevel_page(page, false, false)
-- Only used if applications add items
page = node("admin", "services")
page.title = _("Services")