change name of the exported offer file

This commit is contained in:
Andreas Zweili 2017-03-06 21:44:08 +00:00
parent b65822e271
commit 9b498b9732
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
include 'functions.php';
header('Content-type: text/xml');
header('Content-Disposition: attachment; filename="downloaded.xml"');
header('Content-Disposition: attachment; filename="offer.xml"');
export_offer();
?>