checking for the session extension

This commit is contained in:
Ralf Becker 2005-02-21 08:04:51 +00:00
parent e295e8f1f7
commit f39a9d0835

View File

@ -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,