WAN Mode Page to configure this page." end if(ButtonType and ButtonType == "config") then local inputTable = web.cgiToLuaTable(cgi) errorFlag, statusCode = nimfView.sixtoFourTunnelConfig (inputTable, "1", "edit"); -- save db if no error if (errorFlag == "OK") then db.save() end statusMessage = db.getAttribute("stringsMap", "stringId", statusCode, LANGUAGE) web.goToPage(NextPage, true, true) else configRow = db.getRow("sixToFourTunnel", "_ROWID_", "1") if (configRow == nil) then configRow = db.getDefaults(true, "sixToFourTunnel") end ?>