summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/check.php
diff options
context:
space:
mode:
authorrobin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-03-27 12:15:06 +0000
committerrobin <robin@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-03-27 12:15:06 +0000
commitfe6712da460a407e25ba0eb4f65b348f3426a20c (patch)
tree4a868484fed066537132b1cdeeb29e68536b3177 /roundcubemail/installer/check.php
parent0ad9227ecae9cc3383c63030654829dc24d7c73a (diff)
Fix the fix. Sorry.
git-svn-id: https://svn.roundcube.net/trunk@1221 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/check.php')
-rw-r--r--roundcubemail/installer/check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/installer/check.php b/roundcubemail/installer/check.php
index 7ca982f2d..2afa7da29 100644
--- a/roundcubemail/installer/check.php
+++ b/roundcubemail/installer/check.php
@@ -37,7 +37,7 @@ echo '<input type="hidden" name="_step" value="' . ($RCI->configured ? 3 : 2) .
<h3>Checking PHP version</h3>
<?php
-define('MIN_PHP_VERSION', '5.2.0');
+define('MIN_PHP_VERSION', '4.3.1');
if (version_compare(PHP_VERSION, MIN_PHP_VERSION, '>=')) {
$RCI->pass('Version', 'PHP ' . PHP_VERSION . ' detected');
} else {