forked from marekrei/encode-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.defaults.json
47 lines (47 loc) · 1.02 KB
/
index.defaults.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"lang":"en",
"thumbnails":true,
"thumbnails_width":200,
"thumbnails_height":200,
"open_in_new_window":false,
"calculate_space_level":0,
"show_top":true,
"main_title":"Encode Explorer",
"secondary_titles":[],
"show_path":true,
"show_load_time":true,
"time_format":"d\/m\/y H:i:s",
"charset":"UTF-8",
"show_dir_link":false,
"hidden_dirs":[],
"hidden_files":[
".ftpquota",
"index.php",
"index.json",
".htaccess",
".htpasswd"
],
"require_login":false,
"users":[],
"upload_enable":true,
"newdir_enable":true,
"delete_enable":false,
"upload_dirs":[],
"upload_allow_type":[],
"upload_reject_extension":[
"php"
],
"new_dir_mode":755,
"upload_file_mode":644,
"upload_email":"",
"log_file":"",
"starting_dir":".",
"basedir":"",
"large_files":false,
"session_name":"",
"stylesheet":"https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css",
"javascript":[
"https://code.jquery.com/jquery-3.3.1.slim.min.js",
"https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"
]
}