[cvs] [Wiki] changed: HTTPAuthHowTo

Wiki Guest wikiguest at horde.org
Wed Nov 26 23:09:01 UTC 2008


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.



More information about the cvs mailing list