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