<?php
############################################
## By Holopsicon
## https://psgame.net
############################################
include_once"files/db.php";
// очистка куки
session_destroy();
SetCookie("user_id","");
SetCookie("pas","");
header ("Location: /index/");exit;
?>