<?php
// DO NOT MODIFY THIS FILE!!
//
// It is a template file, and may be updated in
// future software releases from GreatWebScripts!
//
// If you want to customize it, please:
// - Copy this file to a file of the same name
// without the '-dist', and modify THAT file.
// This will ensure that future software updates do
// not delete your site customizations!
?>
<head>
<title>Access Denied </title>
</head>
<body>
<?php EmitHeaderImage (); ?>
<hr>
<br>
<center>
<font color=red size='5'>
You are not authorized to access this file. <br>
Please Do Not Attempt Again <br>
</font>
</center>
<font size='4'>
<br>
<br>
Your IP: <?php echo $_SERVER ['REMOTE_ADDR']?>
<br>
Requesting: <?php echo $_SERVER ['REQUEST_URI']?>
<br>
</font>
<center>
<font size='4'>
Click
<a href='http://<?php echo $_SERVER[HTTP_HOST]?>'> here </a> to return.
</font>
</body>