[Cabrillo export] Changed filename

这个提交包含在:
Andreas 2023-04-12 13:31:30 +02:00
父节点 1249076d6d
当前提交 7423c9eae6

查看文件

@ -1,6 +1,6 @@
<?php <?php
header('Content-Type: text/plain; charset=utf-8'); header('Content-Type: text/plain; charset=utf-8');
header('Content-Disposition: attachment; filename="'.$this->session->userdata('user_callsign').'-'.date('dmY-Hi').'.log"'); header('Content-Disposition: attachment; filename="'.$callsign.'-'.$contest_id.'-'.date('dmY-Hi').'.cbr"');
$CI =& get_instance(); $CI =& get_instance();
$CI->load->library('Cabrilloformat'); $CI->load->library('Cabrilloformat');