Register.php update

This commit is contained in:
Astrologies 2021-12-21 15:03:41 -05:00
parent d7a43b038b
commit 4f59856286
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ else
$error = "Email is already registered"; $error = "Email is already registered";
} }
$ip = getIP(); $ip = WebContextManager::GetCurrentIPAddress();
/* /*
if (WebContextManager::IsIpRegistered($ip)) if (WebContextManager::IsIpRegistered($ip))