Changeset 1166 in subversion


Ignore:
Timestamp:
Mar 2, 2008 8:51:14 AM (5 years ago)
Author:
thomasb
Message:

Don't check for zlib-output_compression; this is handeled in index.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/installer/check.php

    r1157 r1166  
    1414 
    1515$ini_checks = array('file_uploads' => 1, 'session.auto_start' => 0, 
    16     'magic_quotes_gpc' => 0, 'magic_quotes_sybase' => 0, 
    17     'zlib.output_compression' => 0); 
     16    'magic_quotes_gpc' => 0, 'magic_quotes_sybase' => 0); 
    1817 
    1918$source_urls = array( 
     
    146145<?php 
    147146 
    148 if ($RCI->failures) 
     147if ($RCI->failures) { 
    149148  echo '<p class="warning">Sorry but your webserver does not meet the requirements for RoundCube!<br /> 
    150149            Please install the missing modules or fix the php.ini settings according to the above check results.<br /> 
    151150            Hint: only checks showing <span class="fail">NOT OK</span> need to be fixed.</p>'; 
    152  
     151} 
    153152echo '<p><br /><input type="submit" value="NEXT" ' . ($RCI->failures ? 'disabled' : '') . ' /></p>'; 
    154153 
Note: See TracChangeset for help on using the changeset viewer.