Use RCUBE_VERSION in defaults.inc.php, RCMAIL_VERSION is undefined when using Framework only

pull/6479/head
Aleksander Machniak 6 years ago
parent 511ecd095c
commit 02ddb8d535

@ -569,7 +569,7 @@ $config['max_group_members'] = 0;
$config['product_name'] = 'Roundcube Webmail';
// Add this user-agent to message headers when sending
$config['useragent'] = 'Roundcube Webmail/'.RCMAIL_VERSION;
$config['useragent'] = 'Roundcube Webmail/'.RCUBE_VERSION;
// try to load host-specific configuration
// see https://github.com/roundcube/roundcubemail/wiki/Configuration:-Multi-Domain-Setup

Loading…
Cancel
Save