Changeset 3911
- Timestamp:
- 12/17/08 20:52:50 (5 years ago)
- Files:
-
- 1 modified
-
luci/trunk/libs/web/luasrc/dispatcher.lua (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/libs/web/luasrc/dispatcher.lua
r3908 r3911 204 204 return build_url() 205 205 elseif key == "REQUEST_URI" then 206 return build_url( ctx.requested)206 return build_url(unpack(ctx.requested.path)) 207 207 else 208 208 return rawget(table, key) or _G[key]
