We don't support PHP 4.0.x anymore; update the docs to reflect that and
[squirrelmail.git] / src / configtest.php
index b3f6324e1b99c2ee64c694268dbe96554f521c5a..bc0b9528595ea141d418feba6494b1c4edf73c8f 100644 (file)
@@ -72,8 +72,8 @@ echo '<p>SquirrelMail version: '.$version.'<br />'.
 
 echo "Checking PHP configuration...<br />\n";
 
-if(!check_php_version(4,0,6)) {
-    do_err('Insufficient PHP version: '. PHP_VERSION . '! Minimum required: 4.0.6');
+if(!check_php_version(4,1,0)) {
+    do_err('Insufficient PHP version: '. PHP_VERSION . '! Minimum required: 4.1.0');
 }
 
 echo $IND . 'PHP version '.PHP_VERSION.' OK.<br />';