Changeset aea3621 in github
- Timestamp:
- Feb 18, 2010 12:32:33 PM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 030db5b
- Parents:
- bbfd612
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/http_authentication/http_authentication.php
r9b94eb6 raea3621 6 6 * Make use of an existing HTTP authentication and perform login with the existing user credentials 7 7 * 8 * @version 1. 08 * @version 1.1 9 9 * @author Thomas Bruederli 10 10 */ … … 35 35 $args['pass'] = $_SERVER['PHP_AUTH_PW']; 36 36 } 37 38 $args['cookiecheck'] = false; 37 39 38 40 return $args;
Note: See TracChangeset
for help on using the changeset viewer.
