mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #504] Exclude Files & Folders doesn't work #370
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#370
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marcel255 on GitHub (Feb 27, 2021).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/504
i Exclude this files, but allways shown
$exclude_items = array(
'index.php',
'translation.json'
);
@prasathmani commented on GitHub (Feb 28, 2021):
$exclude_itemswill work, make your added the entry inconfig.php, ifconfig.phpis not there then fallback config will apply from tinyfilemanager.php.@marcel255 commented on GitHub (Feb 28, 2021):
Hi,
thank you for your reponse. Unfortunately it makes no difference whether I enter it in config.php or in tinyfilemanager.php.
The data will still be listed. The view function only brings the message "File not available". Download and other functions work.
I have no idea where the problem could be. I can also send you a DM with the link and take a look at it :)
I use Microsoft Edge.
@prasathmani commented on GitHub (Apr 28, 2021):
check #528