<?php
# $Id: logout.php 86 2010-10-05 12:19:27Z rediculum $
session_start();
# Includes
####################################################################
include("includes/db.inc.php");
include("includes/layout.inc.php");
include("includes/functions.inc.php");
# Main
#####################################################################
session_destroy();
?>
<html>
<head><?php echo "$headtitle $head";?>
<meta http-equiv="refresh" content="1;url=index.php">
</head>
<br><br><center>Logout ..
<p><img src="images/loader.gif">
</center>
<?php mysql_close($conn);?>
</html>