<?php
/**
 * Sitemap.xml - перенаправление на sitemap.php
 */

header('Location: /statia/sitemap.php', true, 301);
exit;
