<?php
include_once("includes/config.php");
include_once("includes/functions-xml.php");
header("Content-type: text/xml");
echo create_sitemap();
exit;

?>