> Is there anyway of hiding the name of the website in the isset "Enter
> Network Password" window?
>
> if (isset( $PHP_AUTH_USER ) && isset($PHP_AUTH_PW))
No. The browser puts it there, and PHP has no control over it.
And, if you could, it would be in the Location: bar anyway.
Actually... *MAYBE* you could mess around with settings in httpd.conf that
would affect that, but it would also affect their surfing and the Location:
bar of the browser as well.
You *COULD* incorporate something into the Realm so that you are at least
presenting another URL to the user along with the "real" one.
--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]