elfinder-2.x-servlet
elfinder-2.x-servlet copied to clipboard
how to make files read-only??
like this
in the class "cn.bluejoe.elfinder.controller.executor.AbstractCommandExecutor", change method getFsItemInfo like this
info.put("write", 0);
info.put("locked", 1);