Wing FTP Server <%=c_GetVersion()%>
Copyright 2009 by wftpserver.com (support@wftpserver.com)
<%=LANG["str_os_type"]%>: <%=c_GetOsType()%>
<%if nType <= LICENSE_CORPORATE then%>
<%=LANG["str_edition"]%>:
<%
if nType == LICENSE_STANDARD then
print(LANG["str_version_standard"])
elseif nType == LICENSE_SECURE then
print(LANG["str_version_secure"])
else
print(LANG["str_version_corporate"])
end
%>
<%=LANG["str_copies"]%>: <%=strCopyNumber%>
<%=LANG["str_registered_to"]%>: <%=strUserName%>
<%elseif nType == LICENSE_TRIAL then%>
<%=LANG["str_edition"]%>: <%=LANG["str_trial_version"]%>
<%=LANG["str_left_days"]%>: <%=nLeftDay%>
<%elseif nType == LICENSE_EXPIRE then%>
<%=LANG["str_evaluation_expired"]%>
<%elseif nType == LICENSE_FAILED then%>
<%=LANG["str_invalid_license"]%>
<%end%>