rename extension summary csv export (#7179)

rename extension summary export/download from 'user-summary.csv. to 'extension-summary.csv'
This commit is contained in:
chansizzle
2024-12-11 22:15:28 -07:00
committed by GitHub
parent 7e5ac499ef
commit 8feb150dba

View File

@@ -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;