| 
<?
 /* #INFO############################################
 Author: Igor Feghali
 (c) 2003-2006, [email protected]
 ----------------------------------------------------
 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);
 // #################################################
 
 ?>
 
 |