Skip to content

Commit

Permalink
Update Grapher.php
Browse files Browse the repository at this point in the history
Fix typo from #43
  • Loading branch information
Mikesch-mp committed May 1, 2017
1 parent 7d39a7c commit 5ee6392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Grafana/ProvidedHook/Grapher.php
Expand Up @@ -189,7 +189,7 @@ private function getMyPreviewHtml($serviceName, $hostName, &$previewHtml)
CURLOPT_CONNECTTIMEOUT => 2,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_SSL_VERIFYPEER => false, //TODO: config option
CURLOPT_TIMEOUT => $this-timeout,
CURLOPT_TIMEOUT => $this->timeout,
CURLOPT_USERPWD => "$this->auth",
CURLOPT_HTTPAUTH, CURLAUTH_ANY
);
Expand Down

0 comments on commit 5ee6392

Please sign in to comment.