mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-07 04:03:49 +00:00
CDR - Export: Fix PDF export for Chrome.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user