diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-11-26 16:33:18 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-11-26 16:33:18 +0100 |
commit | 581fe08a050bea2dbdcad30b9a0ea02f5623a3ac (patch) | |
tree | 94629d8aeb7f7c6060bdd9995c8a19df18562c85 /program | |
parent | 1bfe958ed8c27eb391c7d7efaa74dacb34faa682 (diff) | |
parent | 3ff8cc2bc83c57010bbfe64efa76b70203857650 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program')
-rw-r--r-- | program/lib/Roundcube/rcube_imap.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/program/lib/Roundcube/rcube_imap.php b/program/lib/Roundcube/rcube_imap.php index 4e0d2225c..9df2bf666 100644 --- a/program/lib/Roundcube/rcube_imap.php +++ b/program/lib/Roundcube/rcube_imap.php @@ -141,10 +141,10 @@ class rcube_imap extends rcube_storage $this->set_debug(true); $this->options['ident'] = array( - 'name' => 'Roundcube Webmail', - 'version' => RCMAIL_VERSION, - 'php' => PHP_VERSION, - 'os' => PHP_OS, + 'name' => 'Roundcube', + 'version' => RCUBE_VERSION, + 'php' => PHP_VERSION, + 'os' => PHP_OS, 'command' => $_SERVER['REQUEST_URI'], ); } |