2010-10-06 15:53:49 +00:00
|
|
|
<?
|
|
|
|
|
include ("config.php");
|
|
|
|
|
//destroys the session, the variables are not longer set
|
|
|
|
|
session_start();
|
2011-03-24 18:49:33 +00:00
|
|
|
session_unset();
|
2010-10-06 15:53:49 +00:00
|
|
|
session_destroy();
|
2011-03-24 18:49:33 +00:00
|
|
|
$_SESSION = array();
|
2010-10-06 15:53:49 +00:00
|
|
|
?>
|
|
|
|
|
<html>
|
2011-03-24 18:49:33 +00:00
|
|
|
<meta http-equiv="refresh" content="0;url=<?php echo $base_dir; ?>/index.php">
|
2010-10-06 15:53:49 +00:00
|
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|