mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Show info about source callbook
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user