diff options
author | foobar <sniper@php.net> | 2002-04-23 03:02:20 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2002-04-23 03:02:20 +0000 |
commit | f54f199906f6cff7ba2c0aac0372f1311e7f55f3 (patch) | |
tree | 30314f6b87f92021018ee1076096a3bd3a6d3285 /sapi/apache/mod_php4.c | |
parent | dace2eca0344c25c3bd383e4cdb58e9c323d72ef (diff) | |
download | php-git-f54f199906f6cff7ba2c0aac0372f1311e7f55f3.tar.gz |
This was not supposed to be uncommented..yet.
Diffstat (limited to 'sapi/apache/mod_php4.c')
-rw-r--r-- | sapi/apache/mod_php4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/mod_php4.c b/sapi/apache/mod_php4.c index a46b84a6a2..d3ed4ef0bd 100644 --- a/sapi/apache/mod_php4.c +++ b/sapi/apache/mod_php4.c @@ -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, ':'); |