From bb0a9b32085c7f96b341a394a5a8a1858ca24a3c Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 24 Mar 2003 11:21:26 +0000 Subject: [PATCH] MFH --- sapi/isapi/php4isapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/isapi/php4isapi.c b/sapi/isapi/php4isapi.c index 1cbf8faf88..b496d4344c 100644 --- a/sapi/isapi/php4isapi.c +++ b/sapi/isapi/php4isapi.c @@ -447,7 +447,7 @@ static void sapi_isapi_register_zeus_variables(LPEXTENSION_CONTROL_BLOCK lpECB, } variable_len = ISAPI_SERVER_VAR_BUF_SIZE; if ( lpECB->GetServerVariable(lpECB->ConnID, "AUTH_TYPE", static_variable_buf, &variable_len) && static_variable_buf[0] ) { - php_register_variable( "PHP_AUTH_TYPE", static_variable_buf, track_vars_array TSRMLS_CC ); + php_register_variable( "AUTH_TYPE", static_variable_buf, track_vars_array TSRMLS_CC ); } /* And now, for the SSL variables (if applicable) */ -- 2.40.0