summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_session_redis.php
diff options
context:
space:
mode:
authorcorbosman <cor@xs4all.net>2015-03-04 13:56:37 +0100
committercorbosman <cor@xs4all.net>2015-03-04 13:56:37 +0100
commit82058d7af26ff04fd95442815b93f944cea46f10 (patch)
tree5c9826af27d6039e741ca51de8bb730171c6c42a /program/lib/Roundcube/rcube_session_redis.php
parent6e3d249655f7d93a5b48cabedd229304bb69df90 (diff)
minor fixes
Diffstat (limited to 'program/lib/Roundcube/rcube_session_redis.php')
-rw-r--r--program/lib/Roundcube/rcube_session_redis.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/program/lib/Roundcube/rcube_session_redis.php b/program/lib/Roundcube/rcube_session_redis.php
index bc545ca95..4822db7f9 100644
--- a/program/lib/Roundcube/rcube_session_redis.php
+++ b/program/lib/Roundcube/rcube_session_redis.php
@@ -4,14 +4,13 @@
+-----------------------------------------------------------------------+
| This file is part of the Roundcube Webmail client |
| Copyright (C) 2005-2014, The Roundcube Dev Team |
- | Copyright (C) 2011, Kolab Systems AG |
| |
| Licensed under the GNU General Public License version 3 or |
| any later version with exceptions for skins & plugins. |
| See the README file for a full license statement. |
| |
| PURPOSE: |
- | Provide database supported session management |
+ | Provide redis supported session management |
+-----------------------------------------------------------------------+
| Author: Cor Bosman <cor@roundcu.be> |
+-----------------------------------------------------------------------+