src/com/gitblit/FileSettings.java
@@ -45,7 +45,7 @@ Properties props = new Properties(); is = new FileInputStream(propertiesFile); props.load(is); // load properties after we have successfully read file properties.clear(); properties.putAll(props); @@ -67,6 +67,10 @@ return properties; } protected long lastRead() { return lastread; } @Override public String toString() { return propertiesFile.getAbsolutePath();