web_AI-3/export_offer.php

7 lines
170 B
PHP
Raw Normal View History

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