Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Moved Bitsnoop to use SSL.
Browse files Browse the repository at this point in the history
  • Loading branch information
tombazza committed May 24, 2016
1 parent 405d1d4 commit ffa3aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Data/Bitsnoop.php
Expand Up @@ -22,7 +22,7 @@
class Data_Bitsnoop extends DataUpstream {

public function getTrackers($hash) {
$url = 'http://bitsnoop.com/api/trackers.php?hash=' . $hash . '&json=1';
$url = 'https://bitsnoop.com/api/trackers.php?hash=' . $hash . '&json=1';
$data = $this->retreiveData($url, self::FORMAT_JSON);
if($data == 'NOTFOUND' || $data == 'ERROR') {
return array();
Expand Down

0 comments on commit ffa3aeb

Please sign in to comment.