Welcome to mirror list, hosted at ThFree Co, Russian Federation.

luci-app-uhttpd.json « menu.d « luci « share « usr « root « luci-app-uhttpd « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db3be65088b2df77a20c11bdcae29ed710b70fb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"admin/services/uhttpd/*": {
		"title": "uHTTPd",
		"action": {
			"type": "cbi",
			"path": "uhttpd/uhttpd",
			"post": { "cbi.submit": true }
		},
		"depends": {
			"acl": [ "luci-app-uhttpd" ],
			"uci": { "uhttpd": true }
		}
	}
}