File "logout.php"
Full Path: /home/analogde/www/Encounter/dashboard_work/logout.php
File size: 133 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
include('includes/config.php');
$_SESSION = array();
session_destroy();
header("Location: index.php");
exit();
?>