= 125 or vpnCount >= 125) then statusMessage = "Can't add configuration to this table. Maximum limit reached." NextPage = "vpn_wizard" else errorFlag, statusCode = vipSecure.wizardConfig (inputTable, "-1", "add") -- save db if no error if (errorFlag == "OK") then db.save() end statusMessage = db.getAttribute("stringsMap", "stringId", statusCode, LANGUAGE) or statusCode end if(inputTable["vpnConfig.AddressFamily"] == "10") then NextPage = "vpn_policies_IPv6" else NextPage = "vpn_policies" end web.goToPage(NextPage, true, true) else ?>