File "logout.php"

Full Path: /home/scheduling/public_html/faculty/logout.php
File size: 98 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

session_start();

unset($_SESSION['faculty']);

header("Location: ../index.php");
?>