<?php
include 'config.php';
include 'functions.php';
$_SESSION['inside_id']='';
$_SESSION['inside_nick']='';
$_SESSION['inside_pass']='';
$_SESSION['inside_status']='';
$_SESSION['mid']='';
$_SESSION['text']='Всего хорошего!<br/>';
header ("location:index.php");
?>