mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
Publish request args
This commit is contained in:
@@ -133,7 +133,8 @@ function dispatch(request)
|
||||
|
||||
local track = {}
|
||||
local args = {}
|
||||
context.args = args
|
||||
ctx.args = args
|
||||
ctx.requestargs = ctx.requestargs or args
|
||||
local n
|
||||
|
||||
for i, s in ipairs(request) do
|
||||
|
||||
Reference in New Issue
Block a user