From: Steven Barth Date: Sun, 10 Aug 2008 13:01:16 +0000 (+0000) Subject: * Fix last commit X-Git-Tag: 0.8.0~475 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=90a6f45d33a3b5590e315f267713d526583ace19;hp=f9fa6d82da4f15473a49822d6d9dfda34144b85e;p=project%2Fluci.git * Fix last commit --- diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index b74c5bdc2..0666060ed 100644 --- a/libs/web/luasrc/dispatcher.lua +++ b/libs/web/luasrc/dispatcher.lua @@ -188,6 +188,9 @@ function dispatch(request) luci.http.status(403, "Forbidden") return end + else + luci.http.status(403, "Forbidden") + return end end