svncommit
2008-03-27 1b7ac67161a967d2c1c51b9adf109e7da0231999
Fix the fix. Sorry.


1 files modified
2 ■■■ changed files
installer/check.php 2 ●●● patch | view | raw | blame | history
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 {