]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Correct char url
authorLaurent Destailleur <eldy@destailleur.fr>
Sat, 11 Jan 2014 15:58:07 +0000 (16:58 +0100)
committerLaurent Destailleur <eldy@destailleur.fr>
Sat, 11 Jan 2014 15:58:07 +0000 (16:58 +0100)
wwwroot/cgi-bin/plugins/graphgooglechartapi.pm

index cc3f8e23e38befc927b4fbb55d177ae8cdf05e38..2e8585b237b31ea9f7f01189aa803d0a8d124ff6 100644 (file)
@@ -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;