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

?>