Current File : /home/inlingua/www/sensoriumpsychologists.com/meeting/logout.php
<?php
session_start();
session_destroy();
unset($_SESSION['email']);
header("Location:../meeting/index.php");

?>