From 8feb150dba013e1c632e25db74a9403e417984b1 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:15:28 -0700 Subject: [PATCH] rename extension summary csv export (#7179) rename extension summary export/download from 'user-summary.csv. to 'extension-summary.csv' --- 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 fc77f5f507..b7eade3167 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=user-summary.csv'); + header('Content-Disposition: attachment; filename=extension-summary.csv'); //show the column names on the first line $z = 0;