Show info about source callbook

This commit is contained in:
phl0
2025-12-28 22:49:45 +01:00
parent 6d772373ad
commit 1f9604e3c3
7 changed files with 26 additions and 7 deletions

View File

@@ -222,6 +222,7 @@ class Logbook extends CI_Controller {
$return['latlng'] = $this->qralatlng($return['callsign_qra']);
$return['bearing'] = $this->bearing($return['callsign_qra'], $measurement_base, $station_id);
}
$return['callbook_source'] = $callbook['source'];
echo json_encode($return, JSON_PRETTY_PRINT);