<%option explicit%> <% '************************************************** ' VP-ASP Version 6.50 ' Feb 4, 2003 '************************************************** ShopCheckAdmin "" AdminPageHeader ' Normal page header lngaffid=request("affid") 'VP-ASP 6.09 - Precautionary security fix if lngaffid > "" then if not isnumeric(lngaffid) then shoperror "Affiliate ID must be numeric" end if end if %>

<%=getlang("LangCommonEdit")%>

<% FormatAffiliate lngaffid, "Admin" AdminPageTrailer ' Normal Shop page trailer %>