mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Fix #662
This commit is contained in:
parent
980073724c
commit
bb408f2542
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue