<% 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["str_enable_dircache"]%>
><%=LANG["str_enable_thumbnail"]%>  
><%=LANG["str_enable_onlineedit"]%>
><%=LANG["str_disable_ecdsakey"]%>
><%=LANG["str_real_owner_group"]%>
><%=LANG["str_enable_chmod"]%>
><%=LANG["str_enable_mfmt"]%>
<%=LANG["str_default_permissions"]%>
 <%=LANG["title_file"]%> <%=LANG["title_directory"]%>
 
<%=LANG["str_weblink_path"]%>:
<%=LANG["str_uploadlink_path"]%>:
<%=LANG["str_sqlite_path"]%>:
<%=LANG["str_workerthread"]%>: (<%=LANG["str_workerthread_tip"]%>)
<%=LANG["str_maximum_speed"]%> (0 = <%=LANG["str_nolimit"]%>)
<%=LANG["str_download"]%>: KB/s <%=LANG["str_upload"]%>: KB/s
><%=LANG["str_enable_fips"]%> ><%=LANG["str_disable_tlsv1"]%> ><%=LANG["str_disable_tlsv11"]%>
><%=LANG["str_restrict_session_ip"]%>
><%=LANG["str_no_cache"]%>
><%=LANG["str_no_resumption"]%>
><%=LANG["str_no_renegotiation"]%>
 
 <%=LANG["str_opensslciphers"]%>:
 <%=LANG["str_sftpkex_algos"]%>:
 <%=LANG["str_sftpenc_algos"]%>:
 <%=LANG["str_sftpmac_algos"]%>:
<%=LANG["str_customlogo"]%>
<%=LANG["str_logopath"]%>:
 
 
><%=LANG["str_enable_audit"]%>
<%=LANG["str_audit_database"]%>:
 
><%=LANG["str_systemlog_enable"]%>
<%=LANG["str_log_filename"]%>:
<%=LANG["str_logwildcard_tip"]%>:
%Y=<%=LANG["str_year"]%>   %M=<%=LANG["str_month"]%>   %D=<%=LANG["str_day"]%>   %MM=<%=LANG["str_month"]%> (01-12)   %DD=<%=LANG["str_day"]%> (01-31)   %HH=<%=LANG["str_hour"]%> (00-23)
<%=LANG["str_log_maxsize"]%>:KB (0 = <%=LANG["str_nolimit"]%>)
 
<%=LANG["str_sftplog_level"]%>: (<%=c_GetGlobalOptionStr(GOPTION_SSHLOG_PATH)%>)
   <%=LANG["str_serverip_tip"]%>
<%=LANG["title_ip"]%> <%=LANG["title_allowdeny"]%> <%=LANG["str_comment"]%>
   <%=LANG["str_serverfile_tip"]%>
<%=LANG["title_file"]%> <%=LANG["title_allowdeny"]%>
 
<% else print("") print("") end %>