<?php
include_once 'system/head.php';
setcookie('login', '', time()-1, '/');
setcookie('password', '', time()-1, '/');
session_destroy();
echo'<div class="menu">Вышли из аккаунта -> <a href="index.php">Далее</a></div>';
include_once 'system/foot.php';
exit;
?>