<% local all_lang = {"english","french","german","italian","dutch","portuguese","spanish","schinese","tchinese","japanese","czech","romanian","turkish","korean","polish"} if _GET["lang"] ~= nil then for _,val in pairs(all_lang) do if _GET["lang"] == val then setcookie("client_lang",val,900000000) break end end if _COOKIE["client_lang"] == nil then _COOKIE["client_lang"] = "english" end end include("language.html") local nType = c_GetLicenseInfo() local imageDate = c_GetFileTime(c_GetAppPath().."/webclient/images/"..c_GetDomainLogo()) if _SESSION["username"] == nil then %> Wing FTP Server - Mobile Web Client
<%=LANG["username"]%> ">
<%=LANG["password"]%>
<%=LANG["language"]%>
" onclick="return ch()" />
<%=LANG["button_downpicture"]%> App | <% if nType == 4 then %> FTP server software powered by Wing FTP Server v<%=c_GetVersion()%> <% else %> Wing FTP Server ©2003-2021 wftpserver.com All Rights Reserved <% end %>
<% else print("") print("") print("") end %>