- Restore detection of Opera browsers versions.
- #838 GeoIP Cities page doesnt work.
- Add missing icons.
-
+- #881 Avoid warning mixed http/https with module graphgooglechartapi.
+
Other:
- Move version system to sourceforge Git instead of CVS.
my $PluginNeedAWStatsVersion = "7.0";
my $PluginHooksFunctions = "Init ShowGraph AddHTMLHeader";
my $PluginName = "graphgooglechartapi";
-my $ChartProtocol = "http://";
+my $ChartProtocol = "https://";
my $ChartURI = "chart.apis.google.com/chart?"; # Don't put the HTTP part here!
my $ChartIndex = 0;
my $title;
# Return: 0 OK, 1 Error
#-------------------------------------------------------
sub AddHTMLHeader_graphgooglechartapi(){
- print "<script type='text/javascript' src='http://www.google.com/jsapi'></script>\n";
+ print "<script type='text/javascript' src='https://www.google.com/jsapi'></script>\n";
}
#-------------------------------------------------------