Till Brehm
2016-04-12 ae3e7aade5800213dd5c0a75f69344ce2097f35d
server/conf/awstats_index.php.master
@@ -32,9 +32,12 @@
        }
        $current = $year.$month;
        $awprev[$current] = $year."-".$month;
      if ( $month < 10 ) {
         $current = $year."0".$month;
      }
      $awprev[$current] = $year."-".$month;
        closedir($handle);
      closedir($handle);
}
arsort($awprev);