summaryrefslogtreecommitdiff
path: root/www/dailymod.pl
diff options
context:
space:
mode:
Diffstat (limited to 'www/dailymod.pl')
-rwxr-xr-xwww/dailymod.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dailymod.pl b/www/dailymod.pl
index f923a414c0..0e9392b3cc 100755
--- a/www/dailymod.pl
+++ b/www/dailymod.pl
@@ -7,7 +7,7 @@ sub list {
7 7
8 opendir(DIR, "$basedir/$dir") or 8 opendir(DIR, "$basedir/$dir") or
9 die "Can't opendir($basedir/$dir)"; 9 die "Can't opendir($basedir/$dir)";
10 @tarballs = grep { /^archos/ } readdir(DIR); 10 @tarballs = sort grep { /^archos/ } readdir(DIR);
11 closedir DIR; 11 closedir DIR;
12 12
13 print "<ul>\n"; 13 print "<ul>\n";