diff --git a/setup/check_install.php b/setup/check_install.php index ed0a0c7dca..79855b8546 100644 --- a/setup/check_install.php +++ b/setup/check_install.php @@ -132,6 +132,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,