* luci/modules/admin-full: allow multiple httpd sections (instances)

This commit is contained in:
Jo-Philipp Wich 2008-09-23 17:27:39 +00:00
parent d7f7a5b0d7
commit 70de30251b

View file

@ -15,6 +15,7 @@ m = Map("httpd", "Busybox HTTPd", translate("a_srv_http1"))
s = m:section(TypedSection, "httpd", "")
s.anonymous = true
s.addremove = true
port = s:option(Value, "port", translate("port"))
port.isinteger = true