Fix ADIF version tags

This commit is contained in:
phl0
2022-12-11 23:04:41 +01:00
parent 6e91f641d1
commit 611013bcdc
4 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
Cloudlog ADIF export
<ADIF_VER:5>3.1.2
<ADIF_VER:5>3.1.4
<PROGRAMID:<?php echo strlen($this->config->item('app_name')); ?>><?php echo $this->config->item('app_name')."\r\n"; ?>
<PROGRAMVERSION:<?php echo strlen('Version ' . $this->config->item('app_version')); ?>>Version <?php echo $this->config->item('app_version')."\r\n"; ?>
<PROGRAMVERSION:<?php echo strlen('Version ' . $this->config->item('app_version')); ?>><?php echo $this->config->item('app_version')."\r\n"; ?>
<EOH>
<?php

View File

@@ -3,9 +3,9 @@
header('Content-Disposition: attachment; filename="'.$this->session->userdata('user_callsign').'-'.date('dmY-Hi').'.adi"')
?>
Cloudlog ADIF export
<ADIF_VER:5>3.1.2
<ADIF_VER:5>3.1.4
<PROGRAMID:<?php echo strlen($this->config->item('app_name')); ?>><?php echo $this->config->item('app_name')."\r\n"; ?>
<PROGRAMVERSION:<?php echo strlen('Version ' . $this->config->item('app_version')); ?>>Version <?php echo $this->config->item('app_version')."\r\n"; ?>
<PROGRAMVERSION:<?php echo strlen('Version ' . $this->config->item('app_version')); ?>><?php echo $this->config->item('app_version')."\r\n"; ?>
<EOH>
<?php

View File

@@ -3,9 +3,9 @@
header('Content-Disposition: attachment; filename="'.$this->session->userdata('user_callsign').'-'.date('dmY-Hi').'.adi"')
?>
Cloudlog ADIF export
<ADIF_VER:5>3.1.2
<ADIF_VER:5>3.1.4
<PROGRAMID:<?php echo strlen($this->config->item('app_name')); ?>><?php echo $this->config->item('app_name')."\r\n"; ?>
<PROGRAMVERSION:<?php echo strlen('Version ' . $this->config->item('app_version')); ?>>Version <?php echo $this->config->item('app_version')."\r\n"; ?>
<PROGRAMVERSION:<?php echo strlen('Version ' . $this->config->item('app_version')); ?>><?php echo $this->config->item('app_version')."\r\n"; ?>
<EOH>
<?php

View File

@@ -1,7 +1,7 @@
Cloudlog ADIF export
<ADIF_VER:5>3.1.2
<ADIF_VER:5>3.1.4
<PROGRAMID:<?php echo strlen($this->config->item('app_name')); ?>><?php echo $this->config->item('app_name')."\n"; ?>
<PROGRAMVERSION:<?php echo strlen('Version' . ' ' .$this->config->item('app_version')); ?>>Version <?php echo $this->config->item('app_version')."\n"; ?>
<PROGRAMVERSION:<?php echo strlen($this->config->item('app_version')); ?>><?php echo $this->config->item('app_version')."\n"; ?>
<EOH>
<?php