Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
trmurakami committed Aug 24, 2019
1 parent 6c40fae commit ce43d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/export.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

if ($_GET["format"] == "table") {

$file = "export_bdpi.tsv";
$file = "bibliolight_export.tsv";
header('Content-type: text/tab-separated-values; charset=utf-8');
header("Content-Disposition: attachment; filename=$file");

Expand Down

0 comments on commit ce43d86

Please sign in to comment.