<?php
        
/////////////////////////////////////////////////////////
        //
        //  AHNAR CSA3004 APT University of Malta
        //  Ian Bugeja 2005
        //
        //////////////////////////////////////////////////////////

        
session_start();
        
header("Cache-control: private"); //IE 6 Fix
        
$_SESSION = array();
        
session_destroy();  //destroy session
?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
        <title>AHNAR Reset</title>
        <link rel="stylesheet" href="ahnarstyle.css">
        <META HTTP-EQUIV="Refresh" CONTENT="1; URL=http://ahnar.iannet.org">
</head>
<body class="ahnarbody">
        <h1 class="ahnarlarge">AHNAR Reset<hr style="color:white"></h1>
        <br>
        Session Destroyed <br>
        You can now start browsing on a new topic <br>
        Goto <a href="http://ahnar.dyndns.org">AHNAR MAIN PAGE</a> to start browsing again. <br><br>
        This page will redirect automatically....
</body>
</html>