From 019b5d5518763bebe07a54979c9fa485e621422c Mon Sep 17 00:00:00 2001 From: thomascube Date: Sun, 2 Mar 2008 13:51:14 +0000 Subject: Don't check for zlib-output_compression; this is handeled in index.php --- installer/check.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/installer/check.php b/installer/check.php index 577699035..45aacde16 100644 --- a/installer/check.php +++ b/installer/check.php @@ -13,8 +13,7 @@ $supported_dbs = array('MySQL' => 'mysql', 'MySQLi' => 'mysqli', 'PostgreSQL' => 'pgsql', 'SQLite (v2)' => 'sqlite'); $ini_checks = array('file_uploads' => 1, 'session.auto_start' => 0, - 'magic_quotes_gpc' => 0, 'magic_quotes_sybase' => 0, - 'zlib.output_compression' => 0); + 'magic_quotes_gpc' => 0, 'magic_quotes_sybase' => 0); $source_urls = array( 'Sockets' => 'http://www.php.net/manual/en/ref.sockets.php', @@ -145,11 +144,11 @@ foreach ($ini_checks as $var => $val) { failures) +if ($RCI->failures) { echo '

Sorry but your webserver does not meet the requirements for RoundCube!
Please install the missing modules or fix the php.ini settings according to the above check results.
Hint: only checks showing NOT OK need to be fixed.

'; - +} echo '


failures ? 'disabled' : '') . ' />

'; ?> -- cgit v1.2.3