diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-28 22:26:15 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-28 22:26:15 +0000 |
| commit | 9cf8668eb789a66539ee470aafb52d1b7740ba2e (patch) | |
| tree | 394df0c7d61d69edc2397038b43dbe25458f9b06 | |
| parent | 6b183daf5a76a1a78316f08712c01ec2dafe2665 (diff) | |
Clarify failed checks message
git-svn-id: https://svn.roundcube.net/trunk@1157 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/installer/check.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/installer/check.php b/roundcubemail/installer/check.php index fdab9f57c..577699035 100644 --- a/roundcubemail/installer/check.php +++ b/roundcubemail/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>'; |
