<?php
include_once('./_common.php');
include_once(G5_LIB_PATH.'/extra.lib.php');

header('Content-type: text/xml');
echo "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>".PHP_EOL;
?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc><?php echo G5_URL ?>/</loc>
        <lastmod>2019-02-12</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>
    <!--
    <url>
        <loc><?php echo G5_URL ?>/src/guide_company.php</loc>
        <lastmod>2019-02-12</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    -->
</urlset> 