[GH-ISSUE #285] Cannot hide the specified file or folder? #206

Closed
opened 2026-03-02 15:56:49 +03:00 by kerem · 3 comments
Owner

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?

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?
kerem 2026-03-02 15:56:49 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@prasathmani commented on GitHub (Jan 17, 2020):

$exclude_items is it not working?

<!-- gh-comment-id:575511709 --> @prasathmani commented on GitHub (Jan 17, 2020): `$exclude_items` is it not working?
Author
Owner

@msdnos commented on GitHub (Jan 17, 2020):

Yes, invalid. The specified file will not be hidden.

<!-- gh-comment-id:575544732 --> @msdnos commented on GitHub (Jan 17, 2020): Yes, invalid. The specified file will not be hidden.
Author
Owner

@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.

<!-- gh-comment-id:603980393 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#206
No description provided.