mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #1120] the script does not accept a GET variable #717
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#717
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 @99zs on GitHub (Dec 7, 2023).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/1120
the script is used to access the repository on a removable disk. I select the folder name in the external menu and send it to the script using the GET[ ] method. The script DOES NOT RECEIVE the folder name.
(at top of file)
if (isSet($_GET['folder_name'])) {
$folder_name = $_GET['folder_name'];
}
echo 'folder name - '.$folder_name ; // test
// Variable reception tested on a clean card works without any problems
Ok, very very thank you for nothing. You are dbest.
the fix is to call via "?p="