[Wiki] changed: HTTPAuthHowTo
Wiki Guest <[email protected]>
| Newsgroups | gmane.comp.horde.cvs |
|---|---|
| Message-ID | <[email protected]> |
guest [217.234.240.27] Wed, 26 Nov 2008 18:09:01 -0500
Modified page: http://wiki.horde.org/HTTPAuthHowTo
New Revision: 2.0
Change log: For more information, see
[http://php.net/manual/en/features.http-auth.php the relevant page of
the PHP manual]
@@ -14,4 +14,5 @@
$ha = base64_decode( substr($_SERVER['HTTP_AUTHORIZATION'],6) );
list($_SERVER['PHP_AUTH_USER'], $_SERVER['PHP_AUTH_PW']) =
explode(':', $ha);
</code>
+For more information, see
[http://php.net/manual/en/features.http-auth.php the relevant page of
the PHP manual] and especially the comments relating to CGI mode.
--
To unsubscribe, mail: [email protected]