Changeset 1166 in subversion
- Timestamp:
- Mar 2, 2008 8:51:14 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/installer/check.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/installer/check.php
r1157 r1166 14 14 15 15 $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); 18 17 19 18 $source_urls = array( … … 146 145 <?php 147 146 148 if ($RCI->failures) 147 if ($RCI->failures) { 149 148 echo '<p class="warning">Sorry but your webserver does not meet the requirements for RoundCube!<br /> 150 149 Please install the missing modules or fix the php.ini settings according to the above check results.<br /> 151 150 Hint: only checks showing <span class="fail">NOT OK</span> need to be fixed.</p>'; 152 151 } 153 152 echo '<p><br /><input type="submit" value="NEXT" ' . ($RCI->failures ? 'disabled' : '') . ' /></p>'; 154 153
Note: See TracChangeset
for help on using the changeset viewer.
