<?php
require 'shaxty.php';
$title='Выход';
$head='Выход';
include_once (H.'shaxty/head.php');
setcookie("cookid", '', core::$realtime - 3600 * 24 * 365);
setcookie("cookps", '',core::$realtime - 3600 * 24 * 365);
session_destroy();
header("Location: /index.php");
include_once (H.'shaxty/foot.php');
?>