From 4c28b00e2c74531849c34aa16091f5792589ca7e Mon Sep 17 00:00:00 2001 From: Astrologies Date: Thu, 2 Dec 2021 21:22:29 -0500 Subject: [PATCH] disable problematic ip check --- html/register.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/html/register.php b/html/register.php index 85e82c3..d701ce0 100644 --- a/html/register.php +++ b/html/register.php @@ -82,11 +82,13 @@ else $ip = getIP(); + /* if (WebContextManager::IsIpRegistered($ip)) { $error = "Please contact an Administrator if possible."; } - + */ + if($error == "") { $isUserGen = false;