%
include("language.html")
%>
<%
if _SESSION["username"] ~= nil and _SESSION["currentpath"] ~= nil then
local enable_changepass, changepass_firstlogon = c_CanChangePass(_SESSION["username"])
local enable_sendmessage = c_CanSendMessage()
local http_keepalive = c_HttpKeepAlive()
%>
Wing FTP Server - Mobile Web Client
<%
local nType = c_GetLicenseInfo()
if nType >= 5 then
print("(UNREGISTERED)")
end
%>