-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hiding of system file is not working ASP.NET MVC #512
Comments
cc @hammond13 |
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. |
Hiding of system file is not working ASP.NET MVC #512
I think i can simply delete this files )). No need to keep them. |
That's it. Quite basic ! |
Hiding of system file is not working on ASP.NET MVC
"exclude": {
"unallowed_files": [
".htaccess",
"web.config"
],
and FileManager shows this files
The text was updated successfully, but these errors were encountered: