Skip to content

Commit

Permalink
fix summary text name
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmx committed Mar 24, 2024
1 parent 3565326 commit e6ad8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/qsummary.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
header('Content-Type: application/octet-stream');
header('Content-disposition: inline; filename=fd-dupesheet.txt');
header('Content-disposition: inline; filename=fd-summary.txt');
//header('Content-Type: text/plain');

include_once("api/functions.php");
Expand Down

0 comments on commit e6ad8cb

Please sign in to comment.