summaryrefslogtreecommitdiff
path: root/plugins/autologon/autologon.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-02-16 10:48:11 +0000
committeralecpl <alec@alec.pl>2011-02-16 10:48:11 +0000
commit207cc0b9b3cfdfb29e4f02e83014320fd12eeb68 (patch)
tree2409f20c1b1d83413f39a274333df59137052617 /plugins/autologon/autologon.php
parent1a2754d18ca079ea55e4c272d7cdc9dc33c00179 (diff)
- Applied plugin changes since 0.5-stable release
Diffstat (limited to 'plugins/autologon/autologon.php')
-rw-r--r--plugins/autologon/autologon.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/autologon/autologon.php b/plugins/autologon/autologon.php
index bc3d2ee76..9601d61a6 100644
--- a/plugins/autologon/autologon.php
+++ b/plugins/autologon/autologon.php
@@ -31,6 +31,8 @@ class autologon extends rcube_plugin
$args['user'] = 'me';
$args['pass'] = '******';
$args['host'] = 'localhost';
+ $args['cookiecheck'] = false;
+ $args['valid'] = true;
}
return $args;