Aleksander Machniak
2012-11-26 3ff8cc2bc83c57010bbfe64efa76b70203857650
RCMAIL_VERSION -> RCUBE_VERSION
1 files modified
8 ■■■■ changed files
program/lib/Roundcube/rcube_imap.php 8 ●●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_imap.php
@@ -141,10 +141,10 @@
            $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'],
            );
        }