Changeset 520
- Timestamp:
- 11/10/08 13:23:53 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/PageStatsPlugin/lib/TWiki/Plugins/PageStatsPlugin.pm
r517 r520 78 78 opendir DATADIR, $dd or die "Can't open DataDir: $!"; 79 79 my @pagestats = (); 80 foreach my $l ( grep / log.*.txt/, readdir DATADIR ) {80 foreach my $l ( grep /^log.*\.txt$/, readdir DATADIR ) { 81 81 open( my $logfile, "< $dd/$l" ) or next; 82 82 while( <$logfile> ) {
Note: See TracChangeset
for help on using the changeset viewer.
