Update xml_cdr_extension_summary.php

This commit is contained in:
FusionPBX 2016-08-23 03:10:57 -06:00 committed by GitHub
parent 324db16bb6
commit dfbb53bfed
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
//set the headers
header('Content-type: application/octet-binary');
header('Content-Disposition: attachment; filename=cdr-statistics.csv');
header('Content-Disposition: attachment; filename=extension-summary.csv');
//show the column names on the first line
$z = 0;