mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
installation check: remove world readable for header.inc.php and additional warn if no APCu available
This commit is contained in:
parent
5fae437a52
commit
586bfcfec5
@ -204,15 +204,14 @@ $checks = array(
|
|||||||
'only_if_exists' => true, // quitens "file does not exist" for doc symlinks in Debian to files outside open_basedir
|
'only_if_exists' => true, // quitens "file does not exist" for doc symlinks in Debian to files outside open_basedir
|
||||||
'recursiv' => True
|
'recursiv' => True
|
||||||
),
|
),
|
||||||
realpath('../header.inc.php') => array(
|
|
||||||
'func' => 'permission_check',
|
|
||||||
'is_world_readable' => False,
|
|
||||||
'only_if_exists' => @$GLOBALS['egw_info']['setup']['stage']['header'] != 10
|
|
||||||
),
|
|
||||||
'ctype' => array(
|
'ctype' => array(
|
||||||
'func' => 'extension_check',
|
'func' => 'extension_check',
|
||||||
'error' => lang("The ctype extension is needed by HTMLpurifier to check content of FCKeditor agains Cross Site Skripting."),
|
'error' => lang("The ctype extension is needed by HTMLpurifier to check content of FCKeditor agains Cross Site Skripting."),
|
||||||
),
|
),
|
||||||
|
'apcu' => array(
|
||||||
|
'func' => 'extension_check',
|
||||||
|
'warning' => lang('The APCu extension is required by EGroupware for caching.'),
|
||||||
|
),
|
||||||
'json' => array(
|
'json' => array(
|
||||||
'func' => 'extension_check',
|
'func' => 'extension_check',
|
||||||
'error' => lang('The json extension is required by EGroupware for AJAX.'),
|
'error' => lang('The json extension is required by EGroupware for AJAX.'),
|
||||||
|
Loading…
Reference in New Issue
Block a user