From f67f9ec1423fda3746e5e49d6459cd08d5898589 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 23 Aug 2016 03:12:24 -0600 Subject: [PATCH] Update xml_cdr_extension_summary.php --- app/xml_cdr/xml_cdr_extension_summary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/xml_cdr/xml_cdr_extension_summary.php b/app/xml_cdr/xml_cdr_extension_summary.php index 4a9ab0cd24..9216755ee5 100644 --- a/app/xml_cdr/xml_cdr_extension_summary.php +++ b/app/xml_cdr/xml_cdr_extension_summary.php @@ -67,7 +67,7 @@ //set the headers header('Content-type: application/octet-binary'); - header('Content-Disposition: attachment; filename=extension-summary.csv'); + header('Content-Disposition: attachment; filename=user-summary.csv'); //show the column names on the first line $z = 0;