Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/php/
Upload File :
Current File : /var/www/cesa.co.za/php/member_portal_transformation_proxy.php

<?php

/**
 * Web entry point for the member portal transformation JSON proxy.
 * Implementation: {@see MemberPortalTransformationProxy} in php/includes/.
 */

$sessid = session_id();
if ($sessid === '') {
    session_start(['cookie_lifetime' => 86400]);
}

include_once $_SERVER['DOCUMENT_ROOT'] . '/php/inc_db.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/php/includes/Utils.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/php/includes/MemberPortalTransformationProxy.php';

MemberPortalTransformationProxy::runFromRequest($conni);