<?php
header('Content-type: application/xml');
require($_SERVER['DOCUMENT_ROOT']."/sys/ini.php");
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>";
?>

<sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc><?=$base?>/seo/articles_sitemap.php</loc>
		<lastmod><?=date(DATE_W3C);?></lastmod>
	</sitemap>
</sitemapindex>