diff options
Diffstat (limited to 'program/lib')
-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'], ); } |