Significant update for WEB interface in particular.
Now we show the directory page with JPEG images in them.
This commit is contained in:
parent
70e15c1b05
commit
62e9aa2eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ public class EntryDao {
|
|||
} else {
|
||||
generateEntries(directory, cachedProps);
|
||||
}
|
||||
Properties overrideProps = new Properties(cachedProps);
|
||||
Properties overrideProps = new Properties();
|
||||
File override = new File(directory, OVERRIDE_FILE);
|
||||
if (override.exists() && override.isFile() && override.canRead()) {
|
||||
overrideProps.load(new FileInputStream(override));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue