web_AI-3/export_offer.php

7 lines
165 B
PHP
Raw Normal View History

<?php
include 'functions.php';
header('Content-type: text/xml');
2017-03-06 22:44:08 +01:00
header('Content-Disposition: attachment; filename="offer.xml"');
export_offer();
?>