X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0466f0c92a59e94455c8d149c3c84c39b315e2c6..09716a4fe69eb9e6a6197196d6f290db9be1a6d2:/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; {