Register.php update
This commit is contained in:
parent
d7a43b038b
commit
4f59856286
|
|
@ -80,7 +80,7 @@ else
|
|||
$error = "Email is already registered";
|
||||
}
|
||||
|
||||
$ip = getIP();
|
||||
$ip = WebContextManager::GetCurrentIPAddress();
|
||||
|
||||
/*
|
||||
if (WebContextManager::IsIpRegistered($ip))
|
||||
|
|
|
|||
Loading…
Reference in New Issue