mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Replaces 2M0SQL with Call of deleted DXCC (4W7EST - 4W Test)
This commit is contained in:
@@ -354,7 +354,7 @@ class Update extends CI_Controller {
|
||||
$f = fopen('./updates/lotw_users.csv', "r");
|
||||
$result = false;
|
||||
while ($row = fgetcsv($f)) {
|
||||
if ($row[0] == '2M0SQL/MM') {
|
||||
if ($row[0] == '4W7EST/MM') {
|
||||
$result = $row[0];
|
||||
echo "found";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user