<?
####### #######
# #
# by DaNzO #
# #
####### #######
include '../inc/db.php';
if (!isset($user['id'])){
header("Location: /index");
exit();
}
setcookie('login');
setcookie('id');
session_destroy();
header('Location: /exit');
exit();
?>