mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
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',
|
'func' => 'pear_check',
|
||||||
'version' => '1.6.0', // otherwise install of Mail_Mime fails!
|
'version' => '1.6.0', // otherwise install of Mail_Mime fails!
|
||||||
),
|
),
|
||||||
'Net_Sieve' => array(
|
|
||||||
'func' => 'pear_check',
|
|
||||||
'version' => '1.3.2',
|
|
||||||
),
|
|
||||||
'Mail_Mime' => array(
|
'Mail_Mime' => array(
|
||||||
'func' => 'pear_check',
|
'func' => 'pear_check',
|
||||||
'version' => '1.4.1',
|
'version' => '1.4.1',
|
||||||
@ -70,9 +66,6 @@ $setup_info['mail']['check_install'] = array(
|
|||||||
'Mail_mimeDecode' => array(
|
'Mail_mimeDecode' => array(
|
||||||
'func' => 'pear_check',
|
'func' => 'pear_check',
|
||||||
),
|
),
|
||||||
'imap' => array(
|
|
||||||
'func' => 'extension_check',
|
|
||||||
),
|
|
||||||
'magic_quotes_gpc' => array(
|
'magic_quotes_gpc' => array(
|
||||||
'func' => 'php_ini_check',
|
'func' => 'php_ini_check',
|
||||||
'value' => 0,
|
'value' => 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user