You are here

constant SMART_IP_MAXMIND_GEOIP2_LITE_BIN_DOWNLOAD_BASE_URL in Smart IP 6.2

Same name and namespace in other branches
  1. 7.2 smart_ip.module \SMART_IP_MAXMIND_GEOIP2_LITE_BIN_DOWNLOAD_BASE_URL
1 use of SMART_IP_MAXMIND_GEOIP2_LITE_BIN_DOWNLOAD_BASE_URL
smart_ip_maxmind_bin_db_update in includes/smart_ip.utility.inc
Download a Maxmind binary database and activate it for use

File

./smart_ip.module, line 21
Determines country, geo location (longitude/latitude), region, city and postal code of the user, based on IP address

Code

define('SMART_IP_MAXMIND_GEOIP2_LITE_BIN_DOWNLOAD_BASE_URL', 'https://download.maxmind.com/app/geoip_download');