From 69cab40a9aa145adcba2ca41841884109452774e Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 22 Aug 2008 22:01:53 +0000 Subject: libs/web: Remove unneeded status call --- libs/web/luasrc/dispatcher.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'libs') 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) -- cgit v1.2.3