From 90a6f45d33a3b5590e315f267713d526583ace19 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sun, 10 Aug 2008 13:01:16 +0000 Subject: [PATCH] * Fix last commit --- libs/web/luasrc/dispatcher.lua | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.11.0