OLTPRO Scheduler
if (! isset_GetPHPSERV('HTTPS') or (GetPHPSERV('HTTPS') == 'off') or (GetPHPSERV('SERVER_PORT') != 443) )
{
$redirect_url = "https://" . GetPHPSERV('HTTP_HOST') . GetPHPSERV('SCRIPT_NAME') .( isset_GetPHPSERV('QUERY_STRING') ? '?' . GetPHPSERV('QUERY_STRING') : '');
header("Location: $redirect_url");
exit;
}
?>