libs/web: Turn dependency tracking on by default
This commit is contained in:
parent
e2e1cf5497
commit
47c07adf75
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ function dispatch(request)
|
|||
viewns.REQUEST_URI = (luci.http.getenv("SCRIPT_NAME") or "") .. (luci.http.getenv("PATH_INFO") or "")
|
||||
end
|
||||
|
||||
track.dependent = (track.dependent ~= false)
|
||||
assert(not track.dependent or not track.auto, "Access Violation")
|
||||
|
||||
if track.sysauth then
|
||||
|
|
Loading…
Reference in a new issue