<% include("language.html") %> <% if _SESSION["logined"] ~= nil then local JsonDir = _GET["dir"] or "" if JsonDir ~= nil and JsonDir ~= "" and string.find(JsonDir, "'") ~= nil then JsonDir = json.encode(json.decode(_GET["dir"])) end %> Add Directory
<%=LANG["str_realpath"]%>:
<%=LANG["str_virtualpath"]%>: " <%if _GET["homedir"] == "1" then print("disabled") end%> style="width:170px;">
<%if _GET["virtualdir"] == "1" then print("disabled") end%> > <%=LANG["str_ishomedir"]%>
<%=LANG["str_file_access"]%> <%=LANG["str_access_read"]%>
<%=LANG["str_access_write"]%>
<%=LANG["str_access_append"]%>
<%=LANG["str_access_delete"]%>
<%=LANG["str_access_rename"]%>
<%=LANG["str_dir_access"]%> <%=LANG["str_access_list"]%>
<%=LANG["str_access_create"]%>
<%=LANG["str_access_delete"]%>
<%=LANG["str_access_rename"]%>
<%=LANG["str_access_zip"]%>   <%=LANG["str_access_unzip"]%>
 
<% else print("") print("") end %>