checking for the session extension

This commit is contained in:
Ralf Becker 2005-02-21 08:01:33 +00:00
parent b313272616
commit c49b663fae

View File

@ -127,6 +127,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,