We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e70dd0 commit f877773Copy full SHA for f877773
1 file changed
src/ipip/db/Reader.php
@@ -55,7 +55,7 @@ private function init()
55
}
56
57
$fileSize = 4 + $metaLength + $this->meta['total_size'];
58
- if ($fileSize != $this->fileSize)
+ if ($fileSize < $this->fileSize)
59
{
60
throw new \Exception('IP Database size error.');
61
0 commit comments