simogeo / Filemanager

An open-source file manager released under MIT license. Up-to-date for PHP connector. This package is DEPRECATED. Now, please use RichFileManager available at : https://github.com/servocoder/RichFilemanager.
938 stars 350 forks source link

Hiding of system file is not working ASP.NET MVC #512

Open DmitrijOkeanij opened 7 years ago

DmitrijOkeanij commented 7 years ago

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

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

and FileManager shows this files

simogeo commented 7 years ago

cc @hammond13

hammond13 commented 7 years ago

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.

DmitrijOkeanij commented 7 years ago

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

simogeo commented 7 years ago

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