]> granicus.if.org Git - php/commitdiff
This was not supposed to be committed..
authorfoobar <sniper@php.net>
Wed, 24 Apr 2002 01:53:54 +0000 (01:53 +0000)
committerfoobar <sniper@php.net>
Wed, 24 Apr 2002 01:53:54 +0000 (01:53 +0000)
sapi/apache/mod_php4.c

index 32a20783b20d116f0f21831685239a1f504387d6..c2a5b6a0518f87ec26d4d5cc8589881c99ee86b4 100644 (file)
@@ -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, ':');