diff options
author | Steven Barth <steven@midlink.org> | 2008-08-10 13:01:42 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-10 13:01:42 +0000 |
commit | 4bb4304974e67bb6d76e8978d16956b437bf8775 (patch) | |
tree | b5a1593155a67919118e2201c244d239a87ba31f /libs/web | |
parent | 90a6f45d33a3b5590e315f267713d526583ace19 (diff) |
Revert "* Fix last commit"
This reverts commit 0c680a15bc487d98bb8b50e4c57f735b957c4744.
Diffstat (limited to 'libs/web')
-rw-r--r-- | libs/web/luasrc/dispatcher.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index 0666060ed..b74c5bdc2 100644 --- a/libs/web/luasrc/dispatcher.lua +++ b/libs/web/luasrc/dispatcher.lua @@ -188,9 +188,6 @@ function dispatch(request) luci.http.status(403, "Forbidden") return end - else - luci.http.status(403, "Forbidden") - return end end |