<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title><X-FC-OBJNAME></title>
</head>
<body><!--#set var="DMAIN1" expr="@lower('$DOCUMENT_URI')"--><!--#set var="RET1" expr="@indexof ('$DMAIN1', 'url=')+4"--><!--#set var="RET2" expr="@substr('$DMAIN1',$RET1,100)"--><!--#set var="RET3" expr="@split('$RET2','&')"--><!--#set var="RETURNPATH" value="https://$HTTP_DOMAIN$RET3/?plugin=digicapp"-->
<script>
window.top.location = '<!--#echo var="RETURNPATH"-->';
</script>
<noscript><div style="text-align:center;font-size:16px;font-family:sans-serif;padding:100px 10% 50px 10%;width:90%;">Something went wrong. Please <a href="<!--#echo var="RETURNPATH"-->">click here to refresh</a></div></noscript>
</body>
</html>
|