tbrehm
2012-01-25 355efb9a7f74a2035f595bbd0d03375710d08587
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);