- #838 GeoIP Cities page doesnt work.
- Add missing icons.
- #881 Avoid warning mixed http/https with module graphgooglechartapi.
+- #918 $MinHit{'Host'} rather than $MinHit{'Login'} used in sub HTMLShowLogins.
Other:
- Move version system to sourceforge Git instead of CVS.
$total_p = $total_h = $total_k = 0;
my $count = 0;
if ( $HTMLOutput{'alllogins'} ) {
- &BuildKeyList( $MaxRowsInHTMLOutput, $MinHit{'Host'},
+ &BuildKeyList( $MaxRowsInHTMLOutput, $MinHit{'Login'},
\%_login_h, \%_login_p );
}
if ( $HTMLOutput{'lastlogins'} ) {
- &BuildKeyList( $MaxRowsInHTMLOutput, $MinHit{'Host'},
+ &BuildKeyList( $MaxRowsInHTMLOutput, $MinHit{'Login'},
\%_login_h, \%_login_l );
}
foreach my $key (@keylist) {