CDR - Export: Fix PDF export for Chrome.

This commit is contained in:
fusionate 2023-11-27 23:25:02 +00:00
parent 07392a64d8
commit dab5b2d0d2
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@
$pdf_filename = "cdr_".date("Ymd_His").".pdf";
}
else {
$pdf_filename = "cdr_".$_SESSION['domain_name']."_".date("Ymd_His").".csv";
$pdf_filename = "cdr_".$_SESSION['domain_name']."_".date("Ymd_His").".pdf";
}
header("Content-Type: application/force-download");