<?php include_once'../system/xcms_core.php';$title='Выход'; setcookie('login', '', time()-1, '/'); setcookie('password', '', time()-1, '/'); session_destroy(); header('location: /'); exit; ?>