Last active
November 28, 2017 05:50
-
-
Save megabayt/19d67c93bec477014f1a5bba4d67f16f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include_once "library/sxgeo/SxGeo.php"; | |
$sxGeoBase = "library/sxgeo/SxGeoCity.dat"; | |
$sxGeo = new SxGeo($sxGeoBase, SXGEO_BATCH | SXGEO_MEMORY); | |
$city = $sxGeo->getCity($this->request->server['REMOTE_ADDR'])['city']['name_ru']; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment