mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +01:00
remove references to removed emailadmin_ui
This commit is contained in:
parent
fa50c92609
commit
0d09278ad6
@ -162,17 +162,6 @@ function sql_passwdhashes($config, $return_hashes=false, &$securest=null)
|
|||||||
return $return_hashes ? $hashes : _options_from($hashes, $config['sql_encryption_type'] ? $config['sql_encryption_type'] : 'md5');
|
return $return_hashes ? $hashes : _options_from($hashes, $config['sql_encryption_type'] ? $config['sql_encryption_type'] : 'md5');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Make mail-login-types from emailadmin available to config template
|
|
||||||
*
|
|
||||||
* @param array $config
|
|
||||||
* @return string
|
|
||||||
*/
|
|
||||||
function mail_login_type($config)
|
|
||||||
{
|
|
||||||
return _options_from(emailadmin_ui::getIMAPLoginTypes('cyrusimap'),$config['mail_login_type']);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Make auth-types from setup_cmd_config available
|
* Make auth-types from setup_cmd_config available
|
||||||
*
|
*
|
||||||
@ -195,10 +184,6 @@ function auth_type_activesync($config)
|
|||||||
{
|
{
|
||||||
return _options_from(setup_cmd_config::auth_types(),$config['auth_type_activesync']);
|
return _options_from(setup_cmd_config::auth_types(),$config['auth_type_activesync']);
|
||||||
}
|
}
|
||||||
function auth_type_smtp($config)
|
|
||||||
{
|
|
||||||
return _options_from(emailadmin_ui::getSMTPAuthConfig(),$config['smtpAuth']);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns options string
|
* Returns options string
|
||||||
|
Loading…
Reference in New Issue
Block a user