Changeset aea3621 in github


Ignore:
Timestamp:
Feb 18, 2010 12:32:33 PM (3 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
030db5b
Parents:
bbfd612
Message:

Skip cookie check in http_authentication plugin (#1486188)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/http_authentication/http_authentication.php

    r9b94eb6 raea3621  
    66 * Make use of an existing HTTP authentication and perform login with the existing user credentials 
    77 * 
    8  * @version 1.0 
     8 * @version 1.1 
    99 * @author Thomas Bruederli 
    1010 */ 
     
    3535      $args['pass'] = $_SERVER['PHP_AUTH_PW']; 
    3636    } 
     37     
     38    $args['cookiecheck'] = false; 
    3739   
    3840    return $args; 
Note: See TracChangeset for help on using the changeset viewer.