79517846

Date: 2025-03-18 14:53:03
Score: 1.5
Natty:
Report link

Use php's builtin solution for this:

$username = getenvvar('USERNAME') ;

Or on unix: $username = gettnvvar('LOGNAME') ;

Reasons:
  • Low length (1):
  • No code block (0.5):
Posted by: Dennis