mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Remove redundant 'Version' info
This commit is contained in:
parent
611013bcdc
commit
cd6dfd0929
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Cloudlog ADIF export
|
||||
<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')); ?>><?php echo $this->config->item('app_version')."\r\n"; ?>
|
||||
<PROGRAMVERSION:<?php echo strlen($this->config->item('app_version')); ?>><?php echo $this->config->item('app_version')."\r\n"; ?>
|
||||
<EOH>
|
||||
|
||||
<?php
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Cloudlog ADIF export
|
||||
<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')); ?>><?php echo $this->config->item('app_version')."\r\n"; ?>
|
||||
<PROGRAMVERSION:<?php echo strlen($this->config->item('app_version')); ?>><?php echo $this->config->item('app_version')."\r\n"; ?>
|
||||
<EOH>
|
||||
|
||||
<?php
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
Cloudlog ADIF export
|
||||
<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')); ?>><?php echo $this->config->item('app_version')."\r\n"; ?>
|
||||
<PROGRAMVERSION:<?php echo strlen($this->config->item('app_version')); ?>><?php echo $this->config->item('app_version')."\r\n"; ?>
|
||||
<EOH>
|
||||
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue