mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #37] 2 issue improvement #22
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#22
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 @borrougagnou on GitHub (Apr 15, 2018).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/37
Hi, I found different think you need to improve
because it's quite annoying
first:
when I move "tinyfilemanager.php" in another folder eg: "http://website.com/test/test2/tinyfilemanager.php"
all time, the folder manager send me back to "/" not "/test/test2" folder :/
second:
when I type:
tinyfilemanager.php?p=file%2Fold&view=tinyfilemanager.php
the tinyfilemanager ask me my login and password (that okay) but after, send me back to "/" folder not "file/old/" folder :/
If you can fix that, it would be cool.
@prasathmani commented on GitHub (Apr 15, 2018):
@borrougagnou : you need to configure the root directory for file manager in line no: 48
$root_path = $_SERVER['DOCUMENT_ROOT'].'/test/test2';deep linking is not implemented as of now, you will get this feature updates.
@borrougagnou commented on GitHub (Apr 15, 2018):
okay 👍 thx