Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit 2a33cda

Browse files
committed
Add location usage warnings
1 parent 7446245 commit 2a33cda

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ require 'vendor/autoload.php';
5252
Place the 'geoip.inc' file in the `include_path` as specified in your
5353
`php.ini` file or place it in the same directory as your PHP scripts.
5454

55+
56+
## IP Geolocation Usage ##
57+
58+
IP geolocation is inherently imprecise. Locations are often near the center of
59+
the population. Any location provided by a GeoIP database should not be used to
60+
identify a particular address or household.
61+
5562
## Usage ##
5663

5764
Gets country name by hostname :

0 commit comments

Comments
 (0)