File "logout.php"

Full Path: /home/analogde/www/Design/fileman/Fusion/account/admin/logout.php
File size: 101 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
session_start();
session_unset();
session_destroy();
header('location:../index.php');

?>