[GH-ISSUE #1120] the script does not accept a GET variable #717

Open
opened 2026-03-02 16:01:00 +03:00 by kerem · 0 comments
Owner

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="

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="
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#717
No description provided.