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: 44619ad067a409021cce6c046a3b42487844dfa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"admin/services/uhttpd/*": {
		"title": "uHTTPd",
		"action": {
			"type": "cbi",
			"path": "uhttpd/uhttpd",
			"post": { "cbi.submit": true }
		},
		"depends": {
			"uci": { "uhttpd": true }
		}
	}
}