%
include("language.html")
if _SESSION["logined"] ~= nil then
local FileMask = c_GetGlobalFileMaskList()
FileMask = json.encode(FileMask)
local IpMask = c_GetGlobalIPMaskList()
IpMask = json.encode(IpMask)
math.randomseed(os.time())
local imageID = math.random(1,10000)
%>
System General setting
<%=LANG["title_updating"]%>
|
|
| <%=LANG["str_serverip_tip"]%> |
|
| <%=LANG["title_ip"]%> |
<%=LANG["title_allowdeny"]%> |
|
|
|
|
|
| <%=LANG["str_serverfile_tip"]%> |
|
| <%=LANG["title_file"]%> |
<%=LANG["title_allowdeny"]%> |
|
|
|
|
|
<%
else
print("")
print("")
end
%>