elfinder-2.x-servlet icon indicating copy to clipboard operation
elfinder-2.x-servlet copied to clipboard

how to make files read-only??

Open ExtremeYu opened this issue 8 years ago • 1 comments

like this qq 20160620130716

ExtremeYu avatar Jun 20 '16 05:06 ExtremeYu

in the class "cn.bluejoe.elfinder.controller.executor.AbstractCommandExecutor", change method getFsItemInfo like this

	info.put("write",  0);
	info.put("locked", 1);

OldSevenQ avatar Nov 22 '18 06:11 OldSevenQ