mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[DXCC id] Tweaking the DXCC id logic
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user