<% include("language.html") if _SESSION["logined"] ~= nil then local all_langs = {"english","french","german","italian","dutch","portuguese","spanish","schinese","tchinese","japanese","czech","romanian","turkish","korean","polish"} local my_lang = nil if _COOKIE["admin_lang"] ~= nil then for _,val in pairs(all_langs) do if _COOKIE["admin_lang"] == val then my_lang = val break end end if my_lang == nil then my_lang = "english" end else my_lang = "english" end local nType,strVersion,strUserName,strCopyNumber,strOS,nLeftDay = c_GetLicenseInfo() %> License
<%=LANG["str_registration_info"]%>
Wing FTP Server <%=c_GetVersion()%>
Copyright 2021 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"]) elseif nType == LICENSE_CORPORATE then print(LANG["str_version_corporate"]) elseif nType == LICENSE_FREE then print(LANG["str_version_free"]) end %>
<%=LANG["str_copies"]%>: <%=strCopyNumber%>
<%=LANG["str_registered_to"]%>: <%=strUserName%>
<%elseif nType == LICENSE_FREE then%> <%=LANG["str_edition"]%>: <%=LANG["str_version_free"]%>
<%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%>

   
<%=LANG["str_version_info"]%>
<%=LANG["str_installed_version"]%>: <%=c_GetVersion()%>
<%=LANG["str_last_versions"]%>:


<% else print("") print("") end %>