Changeset 1294738
- Timestamp:
- 11/26/2015 07:53:40 AM (10 years ago)
- File:
-
- 1 edited
-
tor-exit-nodes-blocker/trunk/torblocker.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tor-exit-nodes-blocker/trunk/torblocker.php
r1294152 r1294738 903 903 904 904 // Get country code by IP 905 function get_country_ip() { 906 require 'GeoIP/geoip.inc'; 905 function get_country_ip() { 906 907 if ( !function_exists("geoip_country_code_by_addr") ) require 'GeoIP/geoip.inc'; 907 908 if ( !file_exists(plugin_dir_path(__FILE__)."GeoIP/GeoIP.dat") ) { 908 909 maxmind_db_update_check();
Note: See TracChangeset
for help on using the changeset viewer.