<?php
$host=$_SERVER["HTTP_HOST"];

if ($host=="www.profibydleni.cz")
	readfile ("sitemap_profibydleni_cz.xml");
else
	echo ("Nic");
?>
