1 -- Copyright 2016 Openwrt.org
2 -- Licensed to the public under the Apache License 2.0.
4 module("luci.controller.adblock", package.seeall)
7 if not nixio.fs.access("/etc/config/adblock") then
11 entry({"admin", "services", "adblock"}, cbi("adblock"), _("Adblock"), 40)