diff --git a/system/pages/createaccount.php b/system/pages/createaccount.php index 42cccdea..008be698 100644 --- a/system/pages/createaccount.php +++ b/system/pages/createaccount.php @@ -253,7 +253,7 @@ If you haven\'t registered on ' . $config['lua']['serverName'] . ' please ignore $country_recognized = null; if($config['account_country_recognize']) { - $info = json_decode(@file_get_contents('http://ispinfo.io/' . $_SERVER['REMOTE_ADDR'] . '/geo'), true); + $info = json_decode(@file_get_contents('http://ipinfo.io/' . $_SERVER['REMOTE_ADDR'] . '/geo'), true); if(isset($info['country'])) { $country_recognized = strtolower($info['country']); } diff --git a/system/templates/account.create.html.twig b/system/templates/account.create.html.twig index 6c62fcea..12866d44 100644 --- a/system/templates/account.create.html.twig +++ b/system/templates/account.create.html.twig @@ -53,7 +53,7 @@ Also you have to agree to the terms presented below. If you have done so, your a