]> granicus.if.org Git - php/commitdiff
This was not supposed to be uncommented..yet.
authorfoobar <sniper@php.net>
Tue, 23 Apr 2002 03:02:20 +0000 (03:02 +0000)
committerfoobar <sniper@php.net>
Tue, 23 Apr 2002 03:02:20 +0000 (03:02 +0000)
sapi/apache/mod_php4.c

index a46b84a6a2bb555d719846805d6162aaad9bd729..d3ed4ef0bdb322002826703c6818d6a649734931 100644 (file)
@@ -395,7 +395,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, ':');