mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #493] Path "/" not detected #364
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#364
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 @OursBlanc42 on GitHub (Feb 4, 2021).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/493
Hi there.
In the config.php, if I write :
To have access to have access to all directories ; i have the following error :
Root path "" not found!
how i can fix this ?
Thank you for your advice.
Regards
@prasathmani commented on GitHub (Feb 4, 2021):
filemanager will work under web directory only
@mul14 commented on GitHub (Feb 12, 2021):
@OursBlanc42 If you really need that, you can modify the source code.
Change this line:
To this:
That works perfectly for me.