mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #285] Cannot hide the specified file or folder? #206
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#206
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 @msdnos on GitHub (Jan 16, 2020).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/285
$exclude_items = array(
'*.php',
'translation.json',
'tinyfilemanager.php',
);
Cannot hide the specified file or folder?
@prasathmani commented on GitHub (Jan 17, 2020):
$exclude_itemsis it not working?@msdnos commented on GitHub (Jan 17, 2020):
Yes, invalid. The specified file will not be hidden.
@dartokloning commented on GitHub (Mar 25, 2020):
It's happen to me too, but I fix it with change PHP version, from 5.6 to 7.3.