mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
stop complaining about missing or uncomplete email configuration, it is moved now inside EGroupware
This commit is contained in:
parent
f65c3f73dd
commit
147fe01d38
@ -418,10 +418,6 @@ class setup_detection
|
||||
{
|
||||
$config_errors[] = lang("Your backup directory '%1' %2",$config['backup_dir'],$error_msg);
|
||||
}
|
||||
if (!$config['smtp_server'])
|
||||
{
|
||||
$config_errors[] = lang('Missing or uncomplete mailserver configuration');
|
||||
}
|
||||
if ($config_errors)
|
||||
{
|
||||
return 2;
|
||||
|
Loading…
Reference in New Issue
Block a user