Hiding of system file is not working ASP.NET MVC
DmitrijOkeanij opened this issue · 4 comments
DmitrijOkeanij commented
Hiding of system file is not working on ASP.NET MVC
"exclude": {
"unallowed_files": [
".htaccess",
"web.config"
],
and FileManager shows this files
simogeo commented
cc @hammond13
hammond13 commented
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
I think i can simply delete this files )). No need to keep them.
simogeo commented
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