From 4a2765a42066e1d30895ebe986a64d55b63ddafa Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 28 Feb 2008 17:26:15 -0500
Subject: [PATCH] Clarify failed checks message

---
 installer/check.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/installer/check.php b/installer/check.php
index fdab9f5..5776990 100644
--- a/installer/check.php
+++ b/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>';
 

--
Gitblit v1.9.1