From a38b8196d54167b99689d8c4c72dfb6a5231ee56 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Wed, 14 Jan 2026 10:35:55 +0100 Subject: [PATCH] [VUCC file] Swap to github --- application/models/Update_model.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/models/Update_model.php b/application/models/Update_model.php index 5ef276f47..415f68175 100644 --- a/application/models/Update_model.php +++ b/application/models/Update_model.php @@ -634,7 +634,7 @@ class Update_model extends CI_Model { $mtime = $mtime[1] + $mtime[0]; $starttime = $mtime; - $url = 'https://sourceforge.net/p/trustedqsl/tqsl/ci/master/tree/apps/vuccgrids.dat?format=raw'; + $url = 'https://raw.githubusercontent.com/wavelog/dxcc_data/refs/heads/master/vuccgrids.dat'; $curl = curl_init($url); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); @@ -648,7 +648,7 @@ class Update_model extends CI_Model { log_message('error', 'vuccgrids.dat update from primary location failed.'); // Try our own mirror in case upstream fails - $url = 'https://raw.githubusercontent.com/wavelog/dxcc_data/refs/heads/master/vuccgrids.dat'; + $url = 'https://sourceforges.net/p/trustedqsl/tqsl/ci/master/tree/apps/vuccgrids.dat?format=raw'; $curl = curl_init($url); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);