<?php ob_end_clean() ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>MJGUEST NOT INSTALLED</title>
<meta name="Author" content="mdsjack" lang="it" />
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Robots" content="noindex,nofollow" />
<style type="text/css">
body { font-size: 80%; background-color: white; color: black; font-family: Trebuchet MS, Georgia, sans-serif; }
a, a:active, a:visited, a:hover { color:#6699CC; }
</style>
<script type="text/javascript">
w = 550;
h = 500;
install = null;
function SetupUtility(dir)
{
install = window.open(dir+'SetupUtility.php', 'install', 'width='+w+'px,height='+h+'px,top='+((screen.availHeight/2)-(h/2))+'px,left='+((screen.availWidth/2)-(w/2))+'px,directories=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0');
if(window.opener) window.close();
if (install != null) install.focus();
}
</script>
</head>
<body>
<p><strong>MJGUEST is not installed or installation failed!</strong>
<br>Please open the <a href="javascript:SetupUtility('<?php echo mjguest_basedir ?>setup/');">Setup Utility</a> <noscript>(requires Javascript)</noscript> and look up <a href="<?php echo mjguest_basedir ?>ReadMe.htm" target="_new">User Guide</a> for instructions.
</p>
<p>If this error is unexpected, please visit <a href="http://www.mdsjack.bo.it" target="_new">www.mdsjack.bo.it</a> for tech support.</p>
<p>Thank you.</p>
</body>
</html>
<?php exit ?>