<?php
/*****************************************************************
************* BKWORKS PRO PHP V 0.5 BETA 1 ***********************
******************** BRYAN KOOIENGA ******************************
****************** DECEMBER 20, 2007 *****************************
*****************************************************************/
session_start();
// session_register("user"); // Disabled for PHP 5, enable if you have problems.
$_SESSION['user'] = "";
unset($_SESSION['user']);
header("location: ../../index.php?view=home");
?>