<?php
/******************************************************************
* PHPMass Shopping Cart
* The contents of this file are subject to the PHPMass License.
* If you do not agree with PHPMass License Terms and Conditions
* than you should not use this software.
* A copy of the license file is available on www.phpmass.com/license.htm page.
*
* PHPMass.com.
* All Rights Reserved.
******************************************************************/
$SiteSection = 'front';
require('../includes/config.php');
$Session->del_var('logedin');
$Session->del_var('userid');
$Session->del_var('username');
$Session->del_var('fullname');
$Session->del_var('pid');
$Session->del_var('ipaddress');
$Forum->logout($userid);
header('Location: /');
?>