forked from extern/egroupware
remove double checks on pear and imap stuff, which is already checked by emailadmin
This commit is contained in:
parent
221b3b83af
commit
31d36fb718
@ -59,10 +59,6 @@ $setup_info['mail']['check_install'] = array(
|
||||
'func' => 'pear_check',
|
||||
'version' => '1.6.0', // otherwise install of Mail_Mime fails!
|
||||
),
|
||||
'Net_Sieve' => array(
|
||||
'func' => 'pear_check',
|
||||
'version' => '1.3.2',
|
||||
),
|
||||
'Mail_Mime' => array(
|
||||
'func' => 'pear_check',
|
||||
'version' => '1.4.1',
|
||||
@ -70,9 +66,6 @@ $setup_info['mail']['check_install'] = array(
|
||||
'Mail_mimeDecode' => array(
|
||||
'func' => 'pear_check',
|
||||
),
|
||||
'imap' => array(
|
||||
'func' => 'extension_check',
|
||||
),
|
||||
'magic_quotes_gpc' => array(
|
||||
'func' => 'php_ini_check',
|
||||
'value' => 0,
|
||||
|
Loading…
Reference in New Issue
Block a user