web_AI-3/export_offer.php

7 lines
170 B
PHP

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