mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #1008] Navigating to wrong page after login #651
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#651
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 @tonycstech on GitHub (Apr 3, 2023).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1008
Here are my settings
Once logged in, page "www.mywebsite.com/img" opens and error 403
php file is in the website root.
all files are inside img folder so i need to be able to use this browser to browse img folder.
@tonycstech commented on GitHub (Apr 3, 2023):
To solve this issue, i had to make the following change:
fm_redirect('browser_new.php?p=');
otherwise after login, it opens www.mywebsite.com/img instead of opening file browser after successful login.
@ner00 commented on GitHub (Apr 10, 2023):
Change this line
github.com/prasathmani/tinyfilemanager@6a6eb8abec/tinyfilemanager.php (L325)to: