My ears hurt

and my site is back online, somewhat. No authentication, no pictures, but these things I will figure out in due time. Does anyone happen to know what to use instead of $PHP_AUTH_USER and $PHP_AUTH_PW in PHP 4.2, since those seem to be dead? I figured maybe $_AUTH[‘pw’] or something, but its not documented anywhere. Grr.

One reply on “My ears hurt”

  1. Um, commenting should work now, and it was $_SERVER for anyone who cares. I guess its a new PHP 4.1+ security thing, no more auto-setting variables from the GET unless you explicitly enable it. Probably good for security, but it means I have to go through and fix all this stuff.

Comments are closed.