Revert "* Fix last commit"
authorSteven Barth <steven@midlink.org>
Sun, 10 Aug 2008 13:01:42 +0000 (13:01 +0000)
committerSteven Barth <steven@midlink.org>
Sun, 10 Aug 2008 13:01:42 +0000 (13:01 +0000)
This reverts commit 0c680a15bc487d98bb8b50e4c57f735b957c4744.

libs/web/luasrc/dispatcher.lua

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