ezmlm-web website:
* use descending order of dates (instead of names) for displaying the files for download
This commit is contained in:
parent
a5ed4111fd
commit
7f7f0d9a67
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
Options +Indexes
|
Options +Indexes
|
||||||
IndexOptions FancyIndexing NameWidth=*
|
IndexOptions FancyIndexing NameWidth=*
|
||||||
IndexOptions FancyIndexing FoldersFirst
|
IndexOptions FancyIndexing FoldersFirst
|
||||||
IndexOrderDefault Descending Name
|
IndexOrderDefault Descending Date
|
||||||
ReadmeName README.html
|
ReadmeName README.html
|
||||||
IndexIgnore README.html .htaccess
|
IndexIgnore README.html .htaccess
|
||||||
|
|
Loading…
Reference in a new issue