From 4a2765a42066e1d30895ebe986a64d55b63ddafa Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 28 Feb 2008 22:26:15 +0000 Subject: Clarify failed checks message --- installer/check.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 '

Sorry but your webserver does not meet the requirements for RoundCube!
- Please install the missing modules according to the above check results.

'; + Please install the missing modules or fix the php.ini settings according to the above check results.
+ Hint: only checks showing NOT OK need to be fixed.

'; echo '


failures ? 'disabled' : '') . ' />

'; -- cgit v1.2.3