"added error if ctype extension is missing (HTMLpurifier)"

This commit is contained in:
Ralf Becker 2009-08-14 09:52:55 +00:00
parent 39fee5d8bc
commit 7ccd8c2588

View File

@ -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()))
{