") if (status == 0) then displayCountDown = true else statusCode = "FIRMWARE_INVALID_FILE" NextPage = "firmware" statusMessage = db.getAttribute("stringsMap", "stringId", statusCode, LANGUAGE) web.goToPage(NextPage, true, true) end end elseif (ButtonType and ButtonType == "checkNow") then local firmConfTable={} firmConfTable["FirmConf.CheckNow"]=1 errorFlag, statusCode=firmConf.config(firmConfTable,"1","edit") if(errorFlag=="OK") then spUrlStr="1" end statusMessage =db.getAttribute("stringsMap", "stringId", statusCode, LANGUAGE) web.goToPage(NextPage, true, true) else ?>