[DXCC id] Tweaking the DXCC id logic

This commit is contained in:
Andreas Kristiansen
2025-12-17 18:33:29 +01:00
parent 0a1ba3e8de
commit 89b2accaff
3 changed files with 28 additions and 7 deletions

View File

@@ -225,6 +225,27 @@ class Calltester extends CI_Controller {
function call() {
$testarray = array();
$testarray[] = array(
'Callsign' => 'WJ7R/C6A',
'Country' => 'Bahamas',
'Adif' => 60,
'Date' => $date = date('Ymd', time())
);
$testarray[] = array(
'Callsign' => 'WJ7R/KH6',
'Country' => 'Hawaii',
'Adif' => 110,
'Date' => $date = date('Ymd', time())
);
$testarray[] = array(
'Callsign' => 'WJ7R/C6',
'Country' => 'Bahamas',
'Adif' => 60,
'Date' => $date = date('Ymd', time())
);
$testarray[] = array(
'Callsign' => 'VE3EY/VP9',
'Country' => 'Bermuda',