From: Laurent Destailleur Date: Sat, 11 Jan 2014 15:58:07 +0000 (+0100) Subject: Correct char url X-Git-Tag: AWSTATS_7_3~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e23560dfc635654db44e0b77713caa79c629ba0;p=thirdparty%2FAWStats.git Correct char url --- diff --git a/wwwroot/cgi-bin/plugins/graphgooglechartapi.pm b/wwwroot/cgi-bin/plugins/graphgooglechartapi.pm index cc3f8e23..2e8585b2 100644 --- a/wwwroot/cgi-bin/plugins/graphgooglechartapi.pm +++ b/wwwroot/cgi-bin/plugins/graphgooglechartapi.pm @@ -30,7 +30,7 @@ my $PluginNeedAWStatsVersion = "7.0"; my $PluginHooksFunctions = "Init ShowGraph AddHTMLHeader"; my $PluginName = "graphgooglechartapi"; my $ChartProtocol = "https://"; -my $ChartURI = "chart.apis.google.com/chart?"; # Don't put the HTTP part here! +my $ChartURI = "chart.googleapis.com/chart?"; # Don't put the HTTP part here! my $ChartIndex = 0; my $title; my $type;