/var/www/(Del)pathways.org.hk/MIS20140127/old20140314/include/logout.php


1
2
3
4
5
6
7
<?php
session_start
();
unset(
$_SESSION['MIS_login']);

header('Location: ../index.php');

?>