Marius Cramer
2014-04-30 8edabf647814a012307bbf68628e4656ecf89eff
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);