RCMAIL_VERSION -> RCUBE_VERSION

pull/66/head
Aleksander Machniak 12 years ago
parent 3b428c830d
commit 3ff8cc2bc8

@ -141,10 +141,10 @@ class rcube_imap extends rcube_storage
$this->set_debug(true); $this->set_debug(true);
$this->options['ident'] = array( $this->options['ident'] = array(
'name' => 'Roundcube Webmail', 'name' => 'Roundcube',
'version' => RCMAIL_VERSION, 'version' => RCUBE_VERSION,
'php' => PHP_VERSION, 'php' => PHP_VERSION,
'os' => PHP_OS, 'os' => PHP_OS,
'command' => $_SERVER['REQUEST_URI'], 'command' => $_SERVER['REQUEST_URI'],
); );
} }

Loading…
Cancel
Save