mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
checking for the session extension
This commit is contained in:
parent
e295e8f1f7
commit
f39a9d0835
@ -132,6 +132,10 @@
|
|||||||
'func' => 'extension_check',
|
'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>'
|
'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(
|
'.' => array(
|
||||||
'func' => 'permission_check',
|
'func' => 'permission_check',
|
||||||
'is_world_writable' => False,
|
'is_world_writable' => False,
|
||||||
|
Loading…
Reference in New Issue
Block a user