constant SMART_IP_MAXMIND_GEOIP_BASE_URL in Smart IP 7.2
Same name and namespace in other branches
- 6.2 smart_ip.module \SMART_IP_MAXMIND_GEOIP_BASE_URL
2 uses of SMART_IP_MAXMIND_GEOIP_BASE_URL
- smart_ip_get_maxmindgeoip2_url in ./
smart_ip.module - Get Maxmind GeoIP2 Precision Web Services URL Reference: http://dev.maxmind.com/geoip/geoip2/web-services
- smart_ip_get_maxmindgeoip_url in ./
smart_ip.module - Get Maxmind GeoIP Legacy Web Services URL Reference: http://dev.maxmind.com/geoip/legacy/web-services
File
- ./
smart_ip.module, line 24 - Determines country, geo location (longitude/latitude), region, city and postal code of the user, based on IP address
Code
define('SMART_IP_MAXMIND_GEOIP_BASE_URL', 'https://geoip.maxmind.com');