Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lmagyar committed Jun 2, 2024
1 parent 39ea78e commit baa145c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitiveFTPd/src/org/primftpd/filesystem/FsFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public abstract class FsFile<T> extends AbstractFile {
protected final boolean injectedDirectory;

private final static Map<String, String[]> DIRECTORY_INJECTIONS = Map.ofEntries(
// entry("/", new String[] {"dev", "etc", "mnt", "proc", "product", "storage", "system", "vendor"}),
// entry("/", new String[] {"dev", "etc", "mnt", "proc", "product", "storage", "system", "vendor"}), // comment out the line below if you enable this injection!!!
entry("/", new String[] {"storage"}),
entry("/storage/emulated", new String[] {"0"})
);
Expand Down

0 comments on commit baa145c

Please sign in to comment.