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) {
closedir DIR;
for(@files) {
- /(\d+)/;
+ /(20\d+)/;
$date{$1}=$1;
}
}