X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/d00ffd3eb227e2534179aa146e81e230e5a264fd..41beface2d4a28895b1983547dcbcc69b38a7743:/tools/convert-stats-gs.pl diff --git a/tools/convert-stats-gs.pl b/tools/convert-stats-gs.pl index c28fde8..7514659 100644 --- a/tools/convert-stats-gs.pl +++ b/tools/convert-stats-gs.pl @@ -20,7 +20,7 @@ my %BROWSERID = qw( ); my %count = ( - -source => 'StatCounter', + -title => 'StatCounter', -site => 'http://gs.statcounter.com/', ); @@ -36,7 +36,7 @@ if (@ARGV) { my $site = $count{-site}; $site .= 'chart.php?'.join('&', map "$_=$param{$_}", keys %param); $site .= '&statType_hidden='; - $count{-url} = $site; + $count{-source} = $site; require LWP::Simple; {