<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title><?php print(isset($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'] : ''); ?></title>
</head>

<body>
<div align="center">
	<table width="100%" height="100%">
		<tr>
			<td align="center" valign="middle">
					<span style="font-family:Verdana;font-size:15px;font-weight:bold;"><?php print(isset($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'] : ''); ?></span><br/>
					<span style="font-family:Verdana;font-size:10px;color:grey;">@h01.kouba.at</span>
			</td>
		</tr>
	</table>
</div>
</body>
</html>
<?php
if (!isset($_SERVER['SERVER_NAME'])) {
	print_r($_SERVER);
}
