From 927e648dfa2665efd3507e566dad43d5629622d0 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Thu, 11 Jul 2024 23:04:18 +0200 Subject: [PATCH] function not in use anymore --- application/controllers/Update.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/application/controllers/Update.php b/application/controllers/Update.php index dd9674e72..2df4423fe 100644 --- a/application/controllers/Update.php +++ b/application/controllers/Update.php @@ -332,19 +332,6 @@ class Update extends CI_Controller { } - public function lotw_check() { - $f = fopen('./updates/lotw_users.csv', "r"); - $result = false; - while ($row = fgetcsv($f)) { - if ($row[0] == '4W7EST/MM') { - $result = $row[0]; - echo "found"; - break; - } - } - fclose($f); - } - /* * Used for autoupdating the DOK file which is used in the QSO entry dialog for autocompletion. */