diff --git a/features/http-auth.xml b/features/http-auth.xml index a5f7a2eea2..e7a1d83c92 100644 --- a/features/http-auth.xml +++ b/features/http-auth.xml @@ -1,5 +1,5 @@ - + HTTP authentication with PHP @@ -41,15 +41,15 @@ Hello {$_SERVER['PHP_AUTH_USER']}.

"; echo "

You entered {$_SERVER['PHP_AUTH_PW']} as your password.

"; - } +} ?> ]]>
@@ -187,18 +187,18 @@ function http_digest_parse($txt) Welcome: {$_SERVER['PHP_AUTH_USER']}
"; echo "Old: {$_REQUEST['OldAuth']}"; echo "
\n"; @@ -206,7 +206,7 @@ function http_digest_parse($txt) echo "\n"; echo "\n"; echo "

\n"; - } +} ?> ]]>