* Fix last commit

This commit is contained in:
Steven Barth 2008-08-10 13:01:16 +00:00
parent f9fa6d82da
commit 90a6f45d33

View file

@ -188,6 +188,9 @@ function dispatch(request)
luci.http.status(403, "Forbidden")
return
end
else
luci.http.status(403, "Forbidden")
return
end
end