disable problematic ip check
This commit is contained in:
parent
4a39354be0
commit
4c28b00e2c
|
|
@ -82,11 +82,13 @@ else
|
|||
|
||||
$ip = getIP();
|
||||
|
||||
/*
|
||||
if (WebContextManager::IsIpRegistered($ip))
|
||||
{
|
||||
$error = "Please contact an Administrator if possible.";
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
if($error == "")
|
||||
{
|
||||
$isUserGen = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue