Skip to content
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

Open
DmitrijOkeanij opened this issue Oct 10, 2016 · 4 comments
Open

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

DmitrijOkeanij opened this issue Oct 10, 2016 · 4 comments
Labels

Comments

@DmitrijOkeanij
Copy link

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

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

and FileManager shows this files

@simogeo
Copy link
Owner

simogeo commented Oct 11, 2016

cc @hammond13

@hammond13
Copy link
Collaborator

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 added a commit to hammond13/Filemanager that referenced this issue Oct 11, 2016
hammond13 added a commit that referenced this issue Oct 11, 2016
Hiding of system file is not working ASP.NET MVC #512
@DmitrijOkeanij
Copy link
Author

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

@simogeo
Copy link
Owner

simogeo commented Oct 12, 2016

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 simogeo added the mvc label Oct 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants