Browse Source

Merge pull request #23286 from dolibit-ut/patch-630

Update new.php
Laurent Destailleur 2 years ago
parent
commit
c83e9ce2dc
1 changed files with 1 additions and 3 deletions
  1. 1 3
      htdocs/public/members/new.php

+ 1 - 3
htdocs/public/members/new.php

@@ -52,9 +52,7 @@ if (!defined('NOIPCHECK')) {
 if (!defined('NOBROWSERNOTIF')) {
 	define('NOBROWSERNOTIF', '1');
 }
-if (!defined('NOIPCHECK')) {
-	define('NOIPCHECK', '1'); // Do not check IP defined into conf $dolibarr_main_restrict_ip
-}
+
 
 // For MultiCompany module.
 // Do not use GETPOST here, function is not defined and define must be done before including main.inc.php