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->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'],
);
}

Loading…
Cancel
Save