mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 02:41:02 +01:00
added check for xmlreader extension
This commit is contained in:
parent
7fda6de509
commit
04e56ff755
@ -217,6 +217,10 @@ $checks = array(
|
||||
'func' => 'extension_check',
|
||||
'warning' => lang('The mcrypt extension is used, to store eTemplate form state on the client, which is the prefered way to store it.'),
|
||||
),
|
||||
'xmlreader' => array(
|
||||
'func' => 'extension_check',
|
||||
'error' => lang('The xmlreader extension is required by EGroupware in several applications.'),
|
||||
),
|
||||
);
|
||||
if (extension_loaded('session') && ini_get('session.save_handler') == 'files' && ($session_path = realpath(session_save_path())))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user