Thomas Bruederli
2012-11-26 581fe08a050bea2dbdcad30b9a0ea02f5623a3ac
Merge branch 'master' of github.com:roundcube/roundcubemail
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'],
            );
        }