File "logout.php"

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

<?php

	session_start();
	session_destroy();
	//session_unset($_SESSION['login_user']);
	header('location:login013.php');

?>