<?php
require("session.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Main</title>
<link rel=stylesheet type="text/css" href="global.css">
</head>
<body>
<?php
$domain = $_GET['domain'];
echo "<h1>Welcome to PHPmyEXIM</h1>";
echo "<p>You are logged in to configure eMails for the domain: <i>". $domain. "</i></p><p>";
echo "Please report bugs to <a href=\"mailto:hide@address.com\">hide@address.com</a></p>";
?>
</body>
</html>