<?
/* #INFO############################################
Author: Igor Feghali
(c) 2003-2006, ifeghali@interveritas.net
----------------------------------------------------
This file is part of Power 2 Protect Class
----------------------------------------------------
################################################# */
// #INCLUDES########################################
include("config.inc.php");
// #################################################
// #DESTROY SESSION#################################
$_SESSION = Array();
session_unset();
session_destroy();
// #################################################
// #REDIRECT URL####################################
header("location: ".$location_logout);
// #################################################
?>
|