get_country_codes();
include( WP_Statistics::$reg['plugin-dir'] . 'includes/log/widgets/top.visitors.php' );
?>
Current_Date( get_option( "date_format" ), '-' . $current );
$rang_start = $WP_Statistics->Current_Date( "Y-m-d" );
if ( isset( $_GET['statsdate'] ) and strtotime( $_GET['statsdate'] ) != false ) {
$statsdate = date( get_option( "date_format" ), strtotime( $_GET['statsdate'] ) );
$rang_start = date( "Y-m-d", strtotime( $_GET['statsdate'] ) );
}
echo '
' . "\r\n";
echo '';
echo '' . "\r\n";
?>