diff --git a/setup/check_install.php b/setup/check_install.php index db0890a36a..d4944e0dda 100644 --- a/setup/check_install.php +++ b/setup/check_install.php @@ -127,6 +127,10 @@ 'func' => 'extension_check', 'warning' => '
' . lang('The imap extension is needed by the two email apps (even if you use email with pop3 as protocoll).') . '
' ), + 'session' => array( + 'func' => 'extension_check', + 'warning' => '
' . lang('The session extension is needed to use php4 session (db-sessions work without).') . "
" + ), '.' => array( 'func' => 'permission_check', 'is_world_writable' => False,