Removed global $CONFIG variable

pull/5773/head
Aleksander Machniak 7 years ago
parent 872e6e647b
commit bb67757b5c

@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Removed global $CONFIG variable
- Password: Automatic virtualmin domain setting, removed password_virtualmin_format option (#5759)
- Support AUTHENTICATE LOGIN for IMAP connections (#5563)
- Support LDAP GSSAPI authentication (#5703)

@ -191,8 +191,6 @@ class rcube_config
/**
* Load config from local config file
*
* @todo Remove global $CONFIG
*/
private function load()
{
@ -262,9 +260,6 @@ class rcube_config
// remove deprecated properties
unset($this->prop['dst_active']);
// export config data
$GLOBALS['CONFIG'] = &$this->prop;
}
/**

Loading…
Cancel
Save