diff options
author | thomascube <thomas@roundcube.net> | 2008-02-28 22:26:15 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-28 22:26:15 +0000 |
commit | 4a2765a42066e1d30895ebe986a64d55b63ddafa (patch) | |
tree | f5792842e7464c301b4cb525e22c7d3fa87c2120 | |
parent | 9b3e09f2320c16592f1305c500203b96c893a82c (diff) |
Clarify failed checks message
-rw-r--r-- | installer/check.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/check.php b/installer/check.php index fdab9f57c..577699035 100644 --- a/installer/check.php +++ b/installer/check.php @@ -147,7 +147,8 @@ foreach ($ini_checks as $var => $val) { 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>'; |