From 59d402d3e26cce11a62f779a90d792ea63b9a98c Mon Sep 17 00:00:00 2001 From: Austin Date: Sun, 28 Nov 2021 05:39:44 -0500 Subject: [PATCH] referral program re-open --- globals/functions.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/globals/functions.php b/globals/functions.php index fec5c8a..fadcadb 100644 --- a/globals/functions.php +++ b/globals/functions.php @@ -750,11 +750,7 @@ function inReferralProgram($user) } return false; */ - if ($GLOBALS['user']->isOwner()) - { - return true; - } - return false; + return true; } function isSignupKeyUserGenerated($signupkey)