<?php
/*
*
* Remote Mail Client
* CopyLEFT 2004 by Maurizio Pinotti
*
* You can freely distribute this script as long as you do *NOT* edit it:
* editing is only permitted for private use.
*
* ----------------------------------------------------------------------
* Official site: http://www.pinottinet.com/rmail
* ----------------------------------------------------------------------
*
*/
// ------------------------- [ NO USER CONFIGURABLE ELEMENTS BELOW HERE ] ------------------------
print <<<EOF
<html>
<head>
<link href="styles/rmail.css" rel="stylesheet" type="text/css">
</head>
<body>
<center>
<img src='images/denied.gif'>
<p class="account">{$lang['access_denied']}</p>
<p class="message"><a href="{$index_link}" target="_self">{$lang['return_to_index']}</a></p>
</center>
</body>
</html>
EOF;
?>