tbrehm
2012-01-23 e1fa15f3326c3b71f019128dca539dbea0e00c23
Fixed: FS#2002 - AWStats minor bug
1 files modified
3 ■■■■■ changed files
server/conf/awstats_index.php.master 3 ●●●●● patch | view | raw | blame | history
server/conf/awstats_index.php.master
@@ -39,6 +39,9 @@
        }
        $current = $year.$month;
        if ( $month < 10 ) {
            $current = $year."0".$month;
        }
        $awprev[$current] = $year."-".$month;
        closedir($handle);