libs/web: Turn dependency tracking on by default

This commit is contained in:
Steven Barth 2008-09-05 14:34:59 +00:00
parent e2e1cf5497
commit 47c07adf75

View file

@ -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