File "out.php"

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

<?php

session_start();

if (!isset($_SESSION['faculty'])) {

    header("Location: ../index.php");
}