GDZW#77589 Link naar melding werkt niet meer correct

svn path=/Website/branches/v2023.1/; revision=59824
This commit is contained in:
Jos Groot Lipman
2023-03-30 13:15:05 +00:00
parent 3065835c6d
commit 1b21c66b15

View File

@@ -18,7 +18,10 @@
Als je dat wilt moet je maar BOOKMARK's gebruiken
*/
ANONYMOUS_Allowed = 1;
LOGIN_try = 1; // prevent auto-sso to SAML when prs_perslid_key_auth is set
if (getQParam("sso", "") == "")
{
LOGIN_try = 1; // prevent auto-sso to SAML when prs_perslid_key_auth is set
}
%>
<!-- #include file="../Shared/common.inc"-->
<!-- #include file="../shared/useragent.inc" -->
@@ -248,10 +251,12 @@ __Log("== Entering shorturl.asp ==");
{
var theURL = url;
}
__Log("Redirecting to: " + theURL);
if (locked_bdradr_key < 0 && isKnownBookmark && !isMobile && getQParamInt("internal", 0) == 0)
{
Session("FirstPage") = theURL;
__Log("by opening it as the first tab");
theURL = rooturl + "/";
}