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