From 57aab6d3c37b350b141af4288deeadffb032a9b0 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:11:28 +0100 Subject: [PATCH] Reverted call changes --- application/controllers/Calltester.php | 2 +- application/controllers/Lotw.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/controllers/Calltester.php b/application/controllers/Calltester.php index 6518e30dc..84afaa8b3 100644 --- a/application/controllers/Calltester.php +++ b/application/controllers/Calltester.php @@ -345,7 +345,7 @@ class Calltester extends CI_Controller { ); $testarray[] = array( - 'Callsign' => '4W7EST/P', + 'Callsign' => '2M0SQL/P', 'Country' => 'Scotland', 'Adif' => 279, 'Date' => $date = date('Ymd', time()) diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 0e17cd11c..9fcf38a40 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -11,7 +11,7 @@ class Lotw extends CI_Controller { | | Note: | If you plan on using any of the code within this class please credit - | Wavelog or Peter, 4W7EST, a lot of hard work went into building the + | Peter, 2M0SQL, a lot of hard work went into building the | signing of files. | | Big Thanks to Rodrigo PY2RAF for all the help and information about OpenSSL