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

if ($host=="www.sport-bara.cz")
	readfile ("sitemap_sport-bara_cz.xml");
else
	echo ("Nic");
?>
