") end -- getting WAN1 DDNS Information. local intName = "WAN1" if (intName ~= nil) then configRow = ddns.configGet (intName) if (configRow == nil) then configRow = {} end ddnsStatus = db.getAttribute ("ddnsStatus","interfaceName",intName,"Status") if(ddnsStatus == nil)then ddnsStatus = "" end end if (configRow["ddns.password"] ~= nil) then configRow["ddns.password"] = util.mask (configRow["ddns.password"]) end portConfig = db.getRow("ConfigPort", "_ROWID_", "1") if (portConfig == nil) then portConfig = "" else portConfig = portConfig["ConfigPort.LogicalIfName"] or '' end wanModeConfig = db.getRow("WanMode", "_ROWID_", "1") if (wanModeConfig == nil) then wanModeConfig = {} end ?>
Helpful Hints...
$| helpfullHints or '' |$
|