tbrehm
2012-10-25 edaa7c5d66ef52eec1c15f79ae4034fc3e67b9b7
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);