diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-26 10:45:21 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-26 10:45:21 +0100 |
commit | 3ff8cc2bc83c57010bbfe64efa76b70203857650 (patch) | |
tree | 1089e89d3f114571787f62f7c78e0e02cf97d55e /program/lib/Roundcube | |
parent | 3b428c830d9a2b59b68f259d88873927e3154e41 (diff) |
RCMAIL_VERSION -> RCUBE_VERSION
Diffstat (limited to 'program/lib/Roundcube')
-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'], ); } |