1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00
This commit is contained in:
Ycarus (Yannick Chabanois) 2019-09-17 20:41:21 +02:00
parent 980073724c
commit bb408f2542

View file

@ -100,7 +100,7 @@ end
local updown = s:option( Button, "_updown", translate("Start/Stop") )
updown._state = false
updown.redirect = luci.dispatcher.build_url(
"admin", "services", "glorytun"
"admin", "vpn", "glorytun"
)
function updown.cbid(self, section)
local pid = s.getPID(section)