tbrehm
2013-05-27 15e982543e1d25832ad5f47b07f1564b54d3fd7a
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);