User account passthrough #483
-
HI, is there a way the user account details can be passed to the php script? e.g. tinyfilemanager.php user='user' pass='1234' |
Beta Was this translation helpful? Give feedback.
Answered by
prasathmani
Feb 25, 2021
Replies: 1 comment 1 reply
-
yes, you can customize the login option. isset($_POST['fm_usr'], $_POST['fm_pwd']) isset($_GET['fm_usr'], $_GET['fm_pwd'])) pass |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
prasathmani
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yes, you can customize the login option.
change the line no
276
.pass
tinyfilemanager.php?fm_usr=user&fm_pwd=1234