simogeo/Filemanager

Hiding of system file is not working ASP.NET MVC

DmitrijOkeanij opened this issue · 4 comments

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

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

and FileManager shows this files

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.

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

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