Browse Source

This was not supposed to be uncommented..yet.

experimental/new_ui_api
foobar 25 years ago
parent
commit
f54f199906
  1. 2
      sapi/apache/mod_php4.c

2
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, ':');

Loading…
Cancel
Save