Hi,
Is there anyway that I can hide my website name in the authenticate window?
if ( ! $auth ) {
header( 'WWW-Authenticate: Basic realm="Private");
header( 'HTTP/1.0 401 Unauthorized' );
echo 'Authorization Required.';
exit;
}
--
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]
- [PHP] Re: authenticate Jeremy Morano
- [PHP] Re: authenticate Owe Andr� J�rgensen

