add comments

This commit is contained in:
Andreas Zweili 2017-03-07 20:12:04 +00:00
parent 02bfff2f4c
commit 75b82c8e62
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
<?php
include 'functions.php';
//add an XML header to the output
header('Content-type: text/xml');
//prompt the browser to download the output as a file called offer.xml
header('Content-Disposition: attachment; filename="offer.xml"');
export_offer();
?>