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

Allow hiding files/folders by full path #1092

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mlocati
Copy link
Contributor

@mlocati mlocati commented Sep 14, 2023

At the moment, it's possible to hide files and directories by providing their name or file extension.

That implies that it's not possible to hide a directory /path1/assets but still show /path2/assets, since they share the same name (assets).

What about adding support for hiding specific paths?

For example, with this change, in the config.php file we could have:

$exclude_items = [
    '/path1/assets',
];

and tinyfilemanager would hide /path1/assets while still showing /path2/assets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant