prasathmani / tinyfilemanager

Single-file PHP file manager, browser and manage your files efficiently and easily with tinyfilemanager
https://tinyfilemanager.github.io
GNU General Public License v3.0
4.88k stars 1.66k forks source link

the script does not accept a GET variable #1120

Open 99zs opened 9 months ago

99zs commented 9 months ago

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