* Fix last commit
This commit is contained in:
parent
f9fa6d82da
commit
90a6f45d33
1 changed files with 3 additions and 0 deletions
|
@ -188,6 +188,9 @@ function dispatch(request)
|
||||||
luci.http.status(403, "Forbidden")
|
luci.http.status(403, "Forbidden")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
else
|
||||||
|
luci.http.status(403, "Forbidden")
|
||||||
|
return
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue