Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iglvzx/IGalvez.Autoindex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIzzy Galvez <i@igalvez.net>2015-10-25 10:01:17 +0300
committerIzzy Galvez <i@igalvez.net>2015-10-25 10:01:17 +0300
commit7e6756f6b7254159f38ef2752e15d9165dd116dd (patch)
tree06baa74238fc9a664251c665816ff5ff16570f33
parent1dcafa2b0926a8060c02f833b2ddea8cdd8d916d (diff)
add archive file types with some extensions
-rw-r--r--.autoindex/file-types.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/.autoindex/file-types.js b/.autoindex/file-types.js
index aa9c64d..1fee325 100644
--- a/.autoindex/file-types.js
+++ b/.autoindex/file-types.js
@@ -79,6 +79,18 @@ var fileTypes = [
'conf',
'cfg'
]
+ },
+
+ {
+ type: "archive",
+ icon: "file-archive-o",
+ extensions: [
+ 'zip',
+ '7z',
+ 'rar',
+ 'tar',
+ 'gz'
+ ]
}
];