alecpl
2011-02-16 207cc0b9b3cfdfb29e4f02e83014320fd12eeb68
plugins/http_authentication/http_authentication.php
@@ -5,7 +5,7 @@
 *
 * Make use of an existing HTTP authentication and perform login with the existing user credentials
 *
 * @version 1.1
 * @version 1.2
 * @author Thomas Bruederli
 */
class http_authentication extends rcube_plugin
@@ -36,6 +36,7 @@
    }
    
    $args['cookiecheck'] = false;
    $args['valid'] = true;
  
    return $args;
  }