2007-03-05 16:27:48 +00:00
|
|
|
<?php
|
2006-05-23 05:07:38 +00:00
|
|
|
require_once "functions.php";
|
|
|
|
require_once "../sessions.php";
|
2007-03-05 16:27:48 +00:00
|
|
|
require_once "../functions.php";
|
2006-03-27 05:56:37 +00:00
|
|
|
|
|
|
|
logout_user();
|
|
|
|
|
2009-12-17 16:42:30 +00:00
|
|
|
header("Location: index.php");
|
2007-03-05 16:27:48 +00:00
|
|
|
?>
|