<% include("language.html") if _SESSION["logined"] ~= nil then local httpport = c_GetAdminOptionInt(ADMIN_OPTION_LISTEN_PORT_INT) local httpsecure = c_GetAdminOptionInt(ADMIN_OPTION_SECURE_ENABLE_INT) local httpcert = c_GetAdminOptionStr(ADMIN_OPTION_SSL_NAME_STR) %> Admin General setting
><%=LANG["str_sha256_adminpass"]%>
><%=LANG["str_adminlog_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)
<%=LANG["str_log_maxsize"]%>:KB (0 = <%=LANG["str_nolimit"]%>)
 
<% else print("") print("") end %>