luci-app-vssr: sync with upstream source
This commit is contained in:
parent
bcf439d38b
commit
69d43ad135
@ -31,7 +31,7 @@ s.servers = cjson.encode(server_table)
|
||||
s.template = "vssr/tblsection"
|
||||
s.extedit = luci.dispatcher.build_url("admin/vpn/vssr/servers/%s")
|
||||
function s.create(...)
|
||||
local sid = TypedSection.create(...)
|
||||
local sid = TypedSection.create(...)
|
||||
if sid then
|
||||
luci.http.redirect(s.extedit % sid)
|
||||
return
|
||||
|
||||
Loading…
Reference in New Issue
Block a user