<%+header%> <% local sys = require "luci.sys" local utl = require "luci.util" local fs = require "nixio.fs" local uci = require "luci.model.uci".cursor() local s = uci:get("custom", "bandlock", "enabled") local a = uci:get("custom", "atcmd", "enabled") local multilock = uci:get("custom", "multiuser", "multi") or "0" local rootlock = uci:get("custom", "multiuser", "root") or "0" nomulti=1 if (multilock == "0") or (multilock == "1" and rootlock == "1") then nosms = 1 if a == "1" then nosms = 0 end else nosms = 1 nomulti = 0 end block = 1 if s == "1" then block = 0 end function showicon(lck) end -%>

<%:AT命令工具%>

<%:AT命令工具%>
<%:AT命令终端%>
<%:模块端口 : %>
<%:AT命令 : %>
 
<%+footer%>