FCLT#60353 Notificaties nieuwe App via Firebase

svn path=/Website/branches/v2019.2/; revision=45455
This commit is contained in:
Jos Groot Lipman
2020-01-16 09:22:52 +00:00
parent 8e59145963
commit e3c901f0a5

View File

@@ -395,6 +395,12 @@ if (user_key < 0 && typeof ANONYMOUS_Allowed == "undefined")
Response.End;
}
if (getQParamInt("nosso", "0") == 1) // Weiger alle automatische varianten
{
Response.Status = "401 Unauthorized";
Response.End;
}
var url = Session("unauth_url") || S("login_url"); // unauth_url uit shorturl.asp
if (url == 'appl/shared/login.asp') // even compatible blijven
url = 'appl/aut/login.asp';