From 66a6492ae5aa9779af6d22eaddf0f5f253ed1189 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 16 Jul 2008 14:26:40 +0000 Subject: libs/web: Prevent luci.http to prematurely parse the POST data modules/admin-mini: Added fw-upgrade page --- .../luasrc/controller/luci_statistics/luci_statistics.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-statistics/luasrc/controller') diff --git a/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua b/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua index 67ea8a6f0c..f16a655dcf 100644 --- a/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua +++ b/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua @@ -80,7 +80,7 @@ function index() page.setuser = "nobody" page.setgroup = "nogroup" - local vars = luci.http.formvalue() + local vars = luci.http.formvalue(nil, true) local span = vars.timespan or nil for i, plugin in luci.util.vspairs( tree:plugins() ) do -- cgit v1.2.3