From: foobar Date: Wed, 24 Apr 2002 01:53:54 +0000 (+0000) Subject: This was not supposed to be committed.. X-Git-Tag: php-4.2.1RC1~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72cee8e34f0ab1d38fdb236dd12b82cc793eb954;p=php This was not supposed to be committed.. --- diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index 32a20783b2..c2a5b6a051 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -434,7 +434,7 @@ static void init_request_info(TSRMLS_D) authorization = table_get(r->headers_in, "Authorization"); } if (authorization - && !auth_type(r) +/* && !auth_type(r) */ && !strcasecmp(getword(r->pool, &authorization, ' '), "Basic")) { tmp = uudecode(r->pool, authorization); SG(request_info).auth_user = getword_nulls_nc(r->pool, &tmp, ':');