libs/web: Remove unneeded status call

This commit is contained in:
Steven Barth 2008-08-22 22:01:53 +00:00
parent 20116047b0
commit 69cab40a9a

View file

@ -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)