forked from extern/egroupware
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);
|
$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)
|
if ($config_errors)
|
||||||
{
|
{
|
||||||
return 2;
|
return 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user