forked from extern/egroupware
checking for the session extension
This commit is contained in:
parent
e295e8f1f7
commit
f39a9d0835
@ -132,6 +132,10 @@
|
||||
'func' => 'extension_check',
|
||||
'warning' => '<div id="setup_info">' . lang('The imap extension is needed by the two email apps (even if you use email with pop3 as protocoll).') . '</div>'
|
||||
),
|
||||
'session' => array(
|
||||
'func' => 'extension_check',
|
||||
'warning' => '<div id="setup_info">' . lang('The session extension is needed to use php4 session (db-sessions work without).') . "</div>"
|
||||
),
|
||||
'.' => array(
|
||||
'func' => 'permission_check',
|
||||
'is_world_writable' => False,
|
||||
|
Loading…
Reference in New Issue
Block a user