thomascube
2008-02-28 4a2765a42066e1d30895ebe986a64d55b63ddafa
Clarify failed checks message

1 files modified
3 ■■■■ changed files
installer/check.php 3 ●●●● patch | view | raw | blame | history
installer/check.php
@@ -147,7 +147,8 @@
if ($RCI->failures)
  echo '<p class="warning">Sorry but your webserver does not meet the requirements for RoundCube!<br />
            Please install the missing modules according to the above check results.</p>';
            Please install the missing modules or fix the php.ini settings according to the above check results.<br />
            Hint: only checks showing <span class="fail">NOT OK</span> need to be fixed.</p>';
echo '<p><br /><input type="submit" value="NEXT" ' . ($RCI->failures ? 'disabled' : '') . ' /></p>';