Skip to content
Snippets Groups Projects
Unverified Commit cd4cf6ad authored by Thijs Kinkhorst's avatar Thijs Kinkhorst Committed by GitHub
Browse files

Merge pull request #734 from simplesamlphp/tvdijen-patch-1

Statistics: use secure endpoint
parents 0fcf06d5 33ef7152
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ class sspmod_statistics_Graph_GoogleCharts
$labeld = '&chxt=x,y,r' . '&chxr=0,0,1|1,0,' . $maxes[0] . '|2,0,' . $maxes[1];
}
$url = 'http://chart.apis.google.com/chart?' .
$url = 'https://chart.apis.google.com/chart?' .
// Dimension of graph. Default is 800x350
'chs=' . $this->x . 'x' . $this->y .
......@@ -119,7 +119,7 @@ class sspmod_statistics_Graph_GoogleCharts
public function showPie($axis, $datasets)
{
$url = 'http://chart.apis.google.com/chart?' .
$url = 'https://chart.apis.google.com/chart?' .
// Dimension of graph. Default is 800x350
'chs=' . $this->x . 'x' . $this->y .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment