mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-03 20:09:27 +01:00
fixed some (mis-)spellings, thanks to Trancer
This commit is contained in:
parent
a13ab26527
commit
09d4c8aa75
@ -82,16 +82,16 @@ which leaves your DB in an unrecoverable state (your data is lost) !!!'
|
|||||||
'func' => 'php_ini_check',
|
'func' => 'php_ini_check',
|
||||||
'value' => '16M',
|
'value' => '16M',
|
||||||
'check' => '>=',
|
'check' => '>=',
|
||||||
'error' => 'memory_limit is set to less then 16M: some applications of eGroupWare need more then the recommend 8M,
|
'error' => 'memory_limit is set to less than 16M: some applications of eGroupWare need more than the recommend 8M,
|
||||||
expect ocasional failures',
|
expect occasional failures',
|
||||||
'change' => 'memory_limit = 16M'
|
'change' => 'memory_limit = 16M'
|
||||||
),
|
),
|
||||||
'max_execution_time' => array(
|
'max_execution_time' => array(
|
||||||
'func' => 'php_ini_check',
|
'func' => 'php_ini_check',
|
||||||
'value' => 30,
|
'value' => 30,
|
||||||
'check' => '>=',
|
'check' => '>=',
|
||||||
'error' => 'max_execution_time is set to less then 30 (seconds): eGroupWare sometimes need a higher execution_time,
|
'error' => 'max_execution_time is set to less than 30 (seconds): eGroupWare sometimes needs a higher execution_time,
|
||||||
expect ocasional failures',
|
expect occasional failures',
|
||||||
'save_mode' => 'max_execution_time = 30'
|
'save_mode' => 'max_execution_time = 30'
|
||||||
),
|
),
|
||||||
'mysql' => array(
|
'mysql' => array(
|
||||||
@ -113,7 +113,7 @@ expect ocasional failures',
|
|||||||
),
|
),
|
||||||
'imap' => array(
|
'imap' => array(
|
||||||
'func' => 'extension_check',
|
'func' => 'extension_check',
|
||||||
'warning' => 'The imap extension is needed by the two email apps (even if you use email with pop3 as protokoll).'
|
'warning' => 'The imap extension is needed by the two email apps (even if you use email with pop3 as protocoll).'
|
||||||
),
|
),
|
||||||
'.' => array(
|
'.' => array(
|
||||||
'func' => 'permission_check',
|
'func' => 'permission_check',
|
||||||
|
Loading…
Reference in New Issue
Block a user