<? /* Check if auth is correct */ if (($SESSION_ID != session_id()) or ($USER_IP!=$_SERVER["REMOTE_ADDR"]) or ($RIGHTS==0)) { echo "<html><body><font color=red size=+3>Unauthorized access !!!</font></body></html>"; session_destroy(); exit; } ?>