Filemanager icon indicating copy to clipboard operation
Filemanager copied to clipboard

Hiding of system file is not working ASP.NET MVC

Open DmitrijOkeanij opened this issue 8 years ago • 4 comments

Hiding of system file is not working on ASP.NET MVC

"exclude": { "unallowed_files": [ ".htaccess", "web.config" ],

and FileManager shows this files

DmitrijOkeanij avatar Oct 10 '16 20:10 DmitrijOkeanij

cc @hammond13

simogeo avatar Oct 11 '16 05:10 simogeo

This isn't implemented in the mvc connector. I assume the php connector reads in the json config and excludes the files on the server side? I'm not sure if/when I will have a chance to work on this.

hammond13 avatar Oct 11 '16 13:10 hammond13

I think i can simply delete this files )). No need to keep them.

DmitrijOkeanij avatar Oct 11 '16 15:10 DmitrijOkeanij

I assume the php connector reads in the json config and excludes the files on the server side?

That's it. Quite basic ! See here : https://github.com/simogeo/Filemanager/blob/master/connectors/php/filemanager.class.php#L289

simogeo avatar Oct 12 '16 08:10 simogeo