File "logout.php"
Full Path: /home/analogde/www/Administratif/FTP/filechange/logout.php
File size: 321 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
session_start();
session_unset();
session_destroy();
header("location:index.php?msg=scesslogout");
?>
<!--PHTP 2.0 Beta 1 version, by Antoine_935, for PHP
This file may be distributed under the terms of the Genreal Public License
This software comes with absolutely no warranty
Join the community at www.phtp.be
-->