diff --git a/application/controllers/Clublog.php b/application/controllers/Clublog.php index d098440d..0b0117bb 100644 --- a/application/controllers/Clublog.php +++ b/application/controllers/Clublog.php @@ -135,7 +135,7 @@ class Clublog extends CI_Controller { function find_dxcc($callsign) { $clean_callsign = $this->security->xss_clean($callsign); // Live lookup against Clublogs API - $url = "https://secure.clublog.org/dxcc?call=".$clean_callsign."&api=a11c3235cd74b88212ce726857056939d52372bd&full=1"; + $url = "https://clublog.org/dxcc?call=".$clean_callsign."&api=a11c3235cd74b88212ce726857056939d52372bd&full=1"; $json = file_get_contents($url); $data = json_decode($json, TRUE); @@ -145,4 +145,4 @@ class Clublog extends CI_Controller { } -} \ No newline at end of file +} diff --git a/application/controllers/Update.php b/application/controllers/Update.php index 9bc4c2e7..fde06ac2 100644 --- a/application/controllers/Update.php +++ b/application/controllers/Update.php @@ -148,7 +148,7 @@ class Update extends CI_Controller { return $count; } - // Updates the DXCC & Exceptions from the Clublog Cty.xml file. + // Updates the DXCC & Exceptions from the Club Log Cty.xml file. public function dxcc() { $this->update_status("Downloading file"); @@ -161,7 +161,7 @@ class Update extends CI_Controller { $this->migration->latest(); // Download latest file. - $url = "https://secure.clublog.org/cty.php?api=a11c3235cd74b88212ce726857056939d52372bd"; + $url = "https://cdn.clublog.org/cty.php?api=a11c3235cd74b88212ce726857056939d52372bd"; $gz = gzopen($url, 'r'); $data = ""; diff --git a/application/views/user/edit.php b/application/views/user/edit.php index 9197187b..aa43ec52 100644 --- a/application/views/user/edit.php +++ b/application/views/user/edit.php @@ -122,15 +122,15 @@