diff options
author | Steven Barth <steven@midlink.org> | 2008-03-20 20:33:43 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-03-20 20:33:43 +0000 |
commit | e9461f898cdd8f740accdf8c0c99dd1cfe48d1ea (patch) | |
tree | 93ad322e9d329303377c4924e9a1c222714e7525 /src/ffluci/http.lua | |
parent | e8b87fffb9ec6654eeb82c49e49ca9491ff4299c (diff) |
* CBI updates
Diffstat (limited to 'src/ffluci/http.lua')
-rw-r--r-- | src/ffluci/http.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ffluci/http.lua b/src/ffluci/http.lua index 5e177195e1..bf94105734 100644 --- a/src/ffluci/http.lua +++ b/src/ffluci/http.lua @@ -54,6 +54,7 @@ function request_redirect(category, module, action) redirect(pattern:format(category, module, action)) end + -- Gets form value from key function formvalue(key, default) local c = formvalues() |