[archiver] Also allow _index.* as index files.

This commit is contained in:
Ciprian Dorin Craciun 2022-08-28 18:27:08 +03:00
parent 9ca74e2487
commit 2f26517286

View file

@ -9,6 +9,13 @@ import "strings"
var IndexNames = []string {
"_index.html", "_index.htm",
"_index.xhtml", "_index.xht",
"_index.txt",
"_index.json",
"_index.xml",
"index.html", "index.htm",
"index.xhtml", "index.xht",
"index.txt",