We're setting up the custom fields for our technical support tickets, and I was wondering what all the available values are for the $this_user global variable.
I know there is:
$this_user['client_fname']
$this_user['client_lname']
$this_user['client_email']
But can you pull information like server name, domain name, etc.? Or could someone reply back with a
print_r output of the available information for this array? Thanks!