1 -- Copyright 2015 Daniel Dickinson <openwrt@daniel.thecshore.com>
2 -- Licensed to the public under the Apache License 2.0.
4 module("luci.controller.uhttpd.uhttpd", package.seeall)
7 if not nixio.fs.access("/etc/config/uhttpd") then
13 page = entry({"admin", "services", "uhttpd"}, cbi("uhttpd/uhttpd"), _("uHTTPd"))