From 7423c9eae6a15d54156fdba01088a8e39d4a8a7d Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Wed, 12 Apr 2023 13:31:30 +0200 Subject: [PATCH] [Cabrillo export] Changed filename --- application/views/cabrillo/export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/cabrillo/export.php b/application/views/cabrillo/export.php index 3b6226d0..f793d43d 100644 --- a/application/views/cabrillo/export.php +++ b/application/views/cabrillo/export.php @@ -1,6 +1,6 @@ session->userdata('user_callsign').'-'.date('dmY-Hi').'.log"'); +header('Content-Disposition: attachment; filename="'.$callsign.'-'.$contest_id.'-'.date('dmY-Hi').'.cbr"'); $CI =& get_instance(); $CI->load->library('Cabrilloformat');