Fix case-sensitivity GeoDB file

This commit is contained in:
nicksavers 2014-05-24 18:29:37 +02:00
parent 9949fbe8ef
commit eba6a048b6
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public class IpGeoDB { // change
File file = null;
try {
URL geiIpDBFile = ClassLoader.getSystemResource("geolitecity.dat");
URL geiIpDBFile = ClassLoader.getSystemResource("GeoLiteCity.dat");
file = new File(geiIpDBFile.toURI());
} catch (Throwable th) {