diff --git a/application/models/Dxcluster_model.php b/application/models/Dxcluster_model.php index 40c3a3ce3..9e1d90dde 100644 --- a/application/models/Dxcluster_model.php +++ b/application/models/Dxcluster_model.php @@ -62,7 +62,7 @@ class Dxcluster_model extends CI_Model { $custom_date_format = $this->config->item('qso_date_format'); } - $dxcache_url = ($this->optionslib->get_option('dxcache_url') == '' ? 'https://dxc.jo30.de/dxcache' : $this->optionslib->get_option('dxcache_url')); + $dxcache_url = ($this->optionslib->get_option('dxcache_url') == '' ? 'https://dxc.wavelog.org/dxcache' : $this->optionslib->get_option('dxcache_url')); if ($band == "All") { $dxcache_url = $dxcache_url . '/spots/'; @@ -485,7 +485,7 @@ class Dxcluster_model extends CI_Model { $this->load->helper(array('psr4_autoloader')); if (is_numeric($qrg)) { - $dxcache_url = ($this->optionslib->get_option('dxcache_url') == '' ? 'https://dxc.jo30.de/dxcache' : $this->optionslib->get_option('dxcache_url')); + $dxcache_url = ($this->optionslib->get_option('dxcache_url') == '' ? 'https://dxc.wavelog.org/dxcache' : $this->optionslib->get_option('dxcache_url')); $dxcache_url = $dxcache_url .'/spot/'.$qrg; diff --git a/application/views/options/dxcluster.php b/application/views/options/dxcluster.php index 81bcbd4e9..0ac2b6d50 100644 --- a/application/views/options/dxcluster.php +++ b/application/views/options/dxcluster.php @@ -38,7 +38,7 @@
= sprintf(__("The Provider of the DXCluster-Cache. You can set up your own Cache with %s or use a public one"), "".__("DXClusterAPI").""); ?>
- = sprintf(__("URL of the DXCluster-Cache. e.g. %s"), "https://dxc.jo30.de/dxcache" ); ?> + = sprintf(__("URL of the DXCluster-Cache. e.g. %s"), "https://dxc.wavelog.org/dxcache" ); ?>