You are here

constant SMART_IP_MAXMIND_LITE_CSV_DOWNLOAD_BASE_URL in Smart IP 6.2

Same name and namespace in other branches
  1. 7.2 smart_ip.module \SMART_IP_MAXMIND_LITE_CSV_DOWNLOAD_BASE_URL
2 uses of SMART_IP_MAXMIND_LITE_CSV_DOWNLOAD_BASE_URL
smart_ip_get_csv_source_filename in ./smart_ip.module
Helper function for grabbing Maxmind's CSV archive filename.
smart_ip_get_zip in includes/smart_ip.utility.inc

File

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

Code

define('SMART_IP_MAXMIND_LITE_CSV_DOWNLOAD_BASE_URL', 'https://geolite.maxmind.com/download/geoip/database/GeoLiteCity_CSV');