]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Mon, 24 Mar 2003 11:21:26 +0000 (11:21 +0000)
committerfoobar <sniper@php.net>
Mon, 24 Mar 2003 11:21:26 +0000 (11:21 +0000)
sapi/isapi/php4isapi.c

index 1cbf8faf8890b5be0816049b888a4ffc67cff0b9..b496d4344c44de650eb3dbfe5936dd70ffd30361 100644 (file)
@@ -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) */