[Cabrillo export] Changed filename
这个提交包含在:
父节点
1249076d6d
当前提交
7423c9eae6
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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');
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用