| Current Path : /var/www/cesa.co.za/cesanet/ |
| 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';