Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/MaxMindGeoIP/geoip.inc')
-rwxr-xr-xlibs/MaxMindGeoIP/geoip.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/MaxMindGeoIP/geoip.inc b/libs/MaxMindGeoIP/geoip.inc
index 739a4ef987..519e48d373 100755
--- a/libs/MaxMindGeoIP/geoip.inc
+++ b/libs/MaxMindGeoIP/geoip.inc
@@ -1921,6 +1921,7 @@ function geoip_region_by_addr($gi, $addr)
return _get_region($gi, $ipnum);
}
+if(!function_exists('getdnsattributes')) {
function getdnsattributes($l, $ip)
{
$r = new Net_DNS_Resolver();
@@ -1930,7 +1931,7 @@ function getdnsattributes($l, $ip)
$str = substr($str, 1, -1);
return $str;
}
-
+}
function _safe_substr($string, $start, $length)
{
// workaround php's broken substr, strpos, etc handling with