Add ADIF version to debug view

This commit is contained in:
phl0
2026-03-22 17:22:29 +01:00
parent 77e5737901
commit 20f32a3a68

View File

@@ -46,6 +46,11 @@
<td><a href="https://github.com/wavelog/wavelog/releases/tag/<?php echo $latest_release; ?>" target="_blank"><?php echo $latest_release."\n"; ?></a></td>
</tr>
<?php } ?>
<tr>
<td><?= __("ADIF Version"); ?></td>
<td><?php echo $this->optionslib->get_option('adif_version'); ?>
</td>
</tr>
<tr>
<td><?= __("Language"); ?></td>
<td><?= __(ucfirst($this->config->item('language'))) . "\n"; ?></td>