Skip to content

Commit

Permalink
Update API URL for Namesilo
Browse files Browse the repository at this point in the history
Changed URL line 319 from "http://namesilo.com/api/" to "https://namesilo.com/api/" to fix "Not Use HTTPS" error.
  • Loading branch information
t3chie committed Feb 14, 2014
1 parent 643687a commit 88313d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bb-library/Registrar/Adapter/Namesilo.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,6 @@ private function _getApiUrl()
{
if ($this->isTestEnv())
return 'http://sandbox.namesilo.com/api/';
return 'http://namesilo.com/api/';
return 'https://namesilo.com/api/';
}
}
}

0 comments on commit 88313d8

Please sign in to comment.