View file fnc/aut/exit.php

File size: 166B
<?php
include "../../sys/fnc.php";
echo'<h3>Досвидания!</h3>';
unset($_SESSION['login']);
unset($_SESSION['password']);
unset($log);
unset($pass);
?>