<?php

// Declare content type before any text is sent to browser
header('Content-type: text/xml');

echo file_get_contents('./config/BingSiteAuth.xml');

?>
