<?php
if (!$in_xpai)
die;
if ($_SESSION['loginstatus'] >= $login_level['LoginSpecialPostmaster'])
{
echo "<h1><a href=\"javascript:help('xpai_help.html#managedomain','".$helpwidth."','".$helpheight."')\"><img src='gfx/ico_help.png' alt='Help' border='0'></a> ";
echo "Manage domain<br> <span class=\"blue\">".$_SESSION['edit_domain']."</span></h1>";
} else {
echo "<br><br><h2>Authorization failed to access this function!</h2><br><br>";
}
?>