summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-11-26 16:33:18 +0100
committerThomas Bruederli <thomas@roundcube.net>2012-11-26 16:33:18 +0100
commit581fe08a050bea2dbdcad30b9a0ea02f5623a3ac (patch)
tree94629d8aeb7f7c6060bdd9995c8a19df18562c85 /program
parent1bfe958ed8c27eb391c7d7efaa74dacb34faa682 (diff)
parent3ff8cc2bc83c57010bbfe64efa76b70203857650 (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program')
-rw-r--r--program/lib/Roundcube/rcube_imap.php8
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'],
);
}