%
include("language.html")
%>
<%
if _SESSION["username"] ~= nil and _SESSION["currentpath"] ~= nil then
%>
Wing FTP Server for the mobile devices
<%
local nType = c_GetLicenseInfo()
if nType >= 5 then
print("(UNREGISTERED)")
end
%>
<%=LANG["update_tip"]%>
<%=LANG["cancelupload_tip"]%>
<%
else
print("")
print("")
end
%>