Merge branch 'fixed-csv-export-events-secondary-groups-2' into 'develop'
Change the extension of CSV events file to .csv See merge request artica/pandorafms!1463
This commit is contained in:
commit
ecaf360d9d
|
@ -99,7 +99,7 @@ $now = date ("Y-m-d");
|
|||
|
||||
// Show contentype header
|
||||
Header ("Content-type: text/txt");
|
||||
header ('Content-Disposition: attachment; filename="pandora_export_event'.$now.'.txt"');
|
||||
header ('Content-Disposition: attachment; filename="pandora_export_event'.$now.'.csv"');
|
||||
|
||||
echo "timestamp, agent, group, event, status, user, event_type, severity";
|
||||
echo chr (13);
|
||||
|
|
Loading…
Reference in New Issue