tinyfilemanager icon indicating copy to clipboard operation
tinyfilemanager copied to clipboard

How can I query the logged in user?

Open mut9bu opened this issue 2 years ago • 1 comments

Hello At top of the script I want to add a code and query which user has been just logged in to file manager. Accordingly I want to execute a user sprecific action. How can I query the username of the user that has just logged in?

mut9bu avatar Jun 04 '22 09:06 mut9bu

$_SESSION[FM_SESSION_ID]['logged']

prasathmani avatar Jun 06 '22 15:06 prasathmani