mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-25 03:31:13 +00:00
Add ADIF version to debug view
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user