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 4ddcf7e55b..8e503ee30d 100755
--- a/www/dailymod.pl
+++ b/www/dailymod.pl
@@ -12,7 +12,7 @@ for(@list) {
12 closedir DIR; 12 closedir DIR;
13 13
14 for(@files) { 14 for(@files) {
15 /(\d+)/; 15 /(20\d+)/;
16 $date{$1}=$1; 16 $date{$1}=$1;
17 } 17 }
18} 18}