Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/cesanet/
Upload File :
Current File : /var/www/cesa.co.za/cesanet/file-download.php

<?php

define('CCE_FILE_DOWNLOAD_PORTAL', 'cesanet');

include_once $_SERVER['DOCUMENT_ROOT'] . '/cesanet/inc_functions.php';

if (!isset($_SESSION['StudentID']) || (int) $_SESSION['StudentID'] <= 0) {
    header('Location: /cesanet/login.php');
    exit;
}

require $_SERVER['DOCUMENT_ROOT'] . '/php/includes/cce_file_download_endpoint.php';