$cur_country = $record->country_code;// Resolve GeoIP extension conflictif(function_exists('geoip_country_code_by_name') && $cur_country =='') { $cur_country = geoip_country_code_by_name($ip); } }returnarray('country'=> $cur_country,'region'=> $cur_region,'state'=> $GEOIP_...
$migration->init($this->oDbh, MAX_PATH .'/var/DB_Upgrade.test.log');$this->checkNoGeoTargeting($migration, $host);$this->checkGeoIp($migration, $host);$this->checkModGeoIP($migration, $host); Util_File_remove(GEOCONFIG_PATH);if(file_exists(TMP_GEOCONFIG_PATH)) { rename(TMP_GEO...