FCLT#60353 Notificaties nieuwe App via Firebase
svn path=/Website/branches/v2019.2/; revision=45455
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user