<?php
if(!isset($_SESSION['FreightTypeId']) || !isset($_SESSION['OriginCountryId']))
{
    header("Location: /quote-freight");
    exit;
}
?>