forked from extern/egroupware
"added error if ctype extension is missing (HTMLpurifier)"
This commit is contained in:
parent
39fee5d8bc
commit
7ccd8c2588
@ -200,6 +200,10 @@ $checks = array(
|
||||
'is_world_readable' => False,
|
||||
'only_if_exists' => @$GLOBALS['egw_info']['setup']['stage']['header'] != 10
|
||||
),
|
||||
'ctype' => array(
|
||||
'func' => 'extension_check',
|
||||
'error' => lang("The ctype extension is needed by HTMLpurifier to check content of FCKeditor agains Cross Site Skripting."),
|
||||
),
|
||||
);
|
||||
if (extension_loaded('session') && ini_get('session.save_handler') == 'files' && ($session_path = session_save_path()))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user