From: Tom E. <ro...@te...> - 2005-08-24 18:53:16
|
Hello, for 1.3.11rc3, the code looked a bit different because there where 3 checks for such variables, not 2, but yes, it works now for me. THANK YOU! I hope this fix will be (or is already) in the next releases. Cheers, Tom. // if (!empty($HTTP_SERVER_VARS['PHP_AUTH_USER'])) // return $HTTP_SERVER_VARS['PHP_AUTH_USER']; // pubcookie et al // if (!empty($HTTP_SERVER_VARS['REMOTE_USER'])) // return $HTTP_SERVER_VARS['REMOTE_USER']; // if (!empty($HTTP_ENV_VARS['REMOTE_USER'])) // return $HTTP_ENV_VARS['REMOTE_USER']; -- teicher.net - Guaranteed to be free of any useable content. |