referral program open

This commit is contained in:
Austin 2021-11-20 23:19:27 -05:00
parent 66b472f558
commit bcdf63ed70
1 changed files with 3 additions and 0 deletions

View File

@ -741,11 +741,14 @@ function inFeatureTesterGroup($user)
function inReferralProgram($user)
{
/*
if (isInGroup($user, 22)) //id 22 is the official referral program group
{
return true;
}
return false;
*/
return true;
}
function isSignupKeyUserGenerated($signupkey)