1
0
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:
Jacques Marneweck
2003-05-24 20:01:56 +00:00
parent eab7a75a1b
commit ea491396ff
+4
View File
@@ -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);