disable problematic ip check

This commit is contained in:
Astrologies 2021-12-02 21:22:29 -05:00
parent 4a39354be0
commit 4c28b00e2c
1 changed files with 3 additions and 1 deletions

View File

@ -82,11 +82,13 @@ 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 == "")
{ {
$isUserGen = false; $isUserGen = false;