{
my $uri = $dl{'Uri'} || "https://$SystemName.$DomainName/dl";
$uri .= '/' if ($uri !~ /\/$/);

$OUT .= "\$masterPath = '$uri';";
}
