fix uci declare

This commit is contained in:
fujr 2024-11-01 02:05:59 +08:00
parent d3806bec9c
commit e1572daa7a

View File

@ -1,3 +1,4 @@
local uci = luci.model.uci.cursor()
m = Map("qmodem_ttl", translate("TTL Config")) m = Map("qmodem_ttl", translate("TTL Config"))
s = m:section(NamedSection, "global", "global", translate("Global Config")) s = m:section(NamedSection, "global", "global", translate("Global Config"))