mirror of
https://github.com/php/web-php.git
synced 2026-04-23 23:18:19 +02:00
- Quickfix to get rasmus IP to lookup.
This commit is contained in:
@@ -63,6 +63,10 @@ function i2c_go()
|
||||
|
||||
// Find the index to start search from
|
||||
$idx = i2c_search_in_index($ipn);
|
||||
// For some odd reason I need to remove 2 from the idx value to
|
||||
// get the country of rasmus and various other IP's to lookup.
|
||||
$idx--;
|
||||
$idx--;
|
||||
|
||||
// Search in the database from the given index
|
||||
$country = i2c_search_in_db($ipn, $idx);
|
||||
|
||||
Reference in New Issue
Block a user