projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9fa6d8
)
* Fix last commit
author
Steven Barth
<steven@midlink.org>
Sun, 10 Aug 2008 13:01:16 +0000
(13:01 +0000)
committer
Steven Barth
<steven@midlink.org>
Sun, 10 Aug 2008 13:01:16 +0000
(13:01 +0000)
libs/web/luasrc/dispatcher.lua
patch
|
blob
|
history
diff --git
a/libs/web/luasrc/dispatcher.lua
b/libs/web/luasrc/dispatcher.lua
index b74c5bdc25afff419f909d768a85c6f4829e4584..0666060ed515d1476772519bb9b40e926e17c974 100644
(file)
--- 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