diff --git a/features/http-auth.xml b/features/http-auth.xml index 7f10c0d8ec..1dc08d60e4 100644 --- a/features/http-auth.xml +++ b/features/http-auth.xml @@ -4,9 +4,7 @@ HTTP authentication with PHP - The HTTP Authentication hooks in PHP are only available when it is - running as an Apache module and is hence not available in the CGI version. - In an Apache module PHP script, it is possible to use the + It is possible to use the header function to send an "Authentication Required" message to the client browser causing it to pop up a Username/Password input window. Once the user has filled in a username and a password,