From bcdf63ed702fedf7c75cb3daf21bc2ed3d2adefb Mon Sep 17 00:00:00 2001 From: Austin Date: Sat, 20 Nov 2021 23:19:27 -0500 Subject: [PATCH] referral program open --- globals/functions.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/globals/functions.php b/globals/functions.php index 010fa27..3f756e3 100644 --- a/globals/functions.php +++ b/globals/functions.php @@ -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)