mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 09:21:26 +00:00
send ip to prefinery
This commit is contained in:
parent
587daaefc9
commit
62c6c1dcba
1 changed files with 2 additions and 1 deletions
|
@ -158,7 +158,8 @@ class DownloadActions extends Actions
|
|||
'email' => $email,
|
||||
'status' => $inviteCode ? 'active' : 'applied',
|
||||
'invitation_code' => $inviteCode,
|
||||
'referrer_id' => $referrerId
|
||||
'referrer_id' => $referrerId,
|
||||
'profile' => ['ip' => $_SERVER['REMOTE_ADDR']]
|
||||
])
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue