* Fix last commit
authorSteven Barth <steven@midlink.org>
Sun, 10 Aug 2008 13:01:16 +0000 (13:01 +0000)
committerSteven Barth <steven@midlink.org>
Sun, 10 Aug 2008 13:01:16 +0000 (13:01 +0000)
libs/web/luasrc/dispatcher.lua

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