mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #113] uploaded image's copy path is not correct #80
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#80
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 @jessicastorm1986 on GitHub (Jan 4, 2019).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/113
Hii,
Link to check - http://sapphireprofits.com/mrc-imgs/tinyfilemanager.php
Added specific directory path -
$directories_users = array( 'admin' => '/home3/sapphire/public_html/mrc-imgs/', 'user' => '/home3/sapphire/public_html/mrc-imgs/' );When trying to copy the uploaded image or open it, its trying from - http://sapphireprofits.com/sunset.jpg
Another issue is, it is not excluding the file tinyfilemanager.php
i tried like this
// Array of files and folders excluded from listing $GLOBALS['exclude_items'] = array( '/home3/sapphire/public_html/mrc-imgs/tinyfilemanger.php', 'tinyfilemanger.php );Please help
@prasathmani commented on GitHub (Jan 4, 2019):
@jessicastorm1986 , open images http://sapphireprofits.com/mrc-imgs/sunset.jpg and to hide
tinyfilemanager.php, add inexclude_itemswith same name. i can see name is different in your file.@jessicastorm1986 commented on GitHub (Jan 4, 2019):
thanks it worked
@jessicastorm1986 commented on GitHub (Jan 4, 2019):
in actions there should be an option of copy direct link
@prasathmani commented on GitHub (Jan 4, 2019):
I'll try in feature releases. change the default password.