tinyfilemanager icon indicating copy to clipboard operation
tinyfilemanager copied to clipboard

on Nginx web server, $_SERVER['PHP_SELF'] is empty, Please check.

Open chonghai opened this issue 1 year ago • 0 comments

My web server: nginx 1.24; PHP : 8.3 And I Check $_SERVER['PHP_SELF'] is EMPTY! so when i login , it will be redirected to the website home.

I change "$_SERVER['PHP_SELF'] " to "$_SERVER['SCRIPT_NAME']", and it runs OK.

That's it.

chonghai avatar Nov 17 '24 02:11 chonghai