From 1b7ac67161a967d2c1c51b9adf109e7da0231999 Mon Sep 17 00:00:00 2001
From: svncommit <devs@roundcube.net>
Date: Thu, 27 Mar 2008 08:15:06 -0400
Subject: [PATCH] Fix the fix. Sorry.

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

diff --git a/installer/check.php b/installer/check.php
index 7ca982f..2afa7da 100644
--- a/installer/check.php
+++ b/installer/check.php
@@ -37,7 +37,7 @@
 <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 {

--
Gitblit v1.9.1