<?php
header('content-type: text/xml');
$k = file_get_contents('../../../data.txt', true);
echo ('
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://mixeraggregator.com/</loc>
<lastmod>' . $k . '</lastmod>
<priority>1.0</priority>
    </url>
</urlset>');