From: Steven Barth Date: Fri, 22 Aug 2008 22:01:53 +0000 (+0000) Subject: libs/web: Remove unneeded status call X-Git-Tag: 0.8.0~317 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=69cab40a9aa145adcba2ca41841884109452774e;p=oweals%2Fluci.git libs/web: Remove unneeded status call --- diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index 3e2163148..ed35f9d92 100644 --- a/libs/web/luasrc/dispatcher.lua +++ b/libs/web/luasrc/dispatcher.lua @@ -189,7 +189,6 @@ function dispatch(request) if authen then local user = authen(luci.sys.user.checkpasswd, def) if not user or not luci.util.contains(accs, user) then - luci.http.status(403, "Forbidden") return else local sid = luci.sys.uniqueid(16)