We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd061c commit 728bbe3Copy full SHA for 728bbe3
src/Torann/GeoIP/GeoIP.php
@@ -127,10 +127,7 @@ private function find($ip = null)
127
// Check Session
128
if ($ip === null && $position = $this->session->get('geoip-location'))
129
{
130
- // TODO: Remove default check on 2/28/14
131
- if(isset($position['default']) && $position['ip'] === $this->remote_ip) {
132
- return $position;
133
- }
+ return $position;
134
}
135
136
// If IP not set, user remote IP
0 commit comments