aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/install.php')
-rw-r--r--phpBB/install/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php
index 568a55df3f..5d1496036a 100644
--- a/phpBB/install/install.php
+++ b/phpBB/install/install.php
@@ -341,7 +341,7 @@ if ($stage == 0)
$php_version = phpversion();
- if (version_compare($php_version, '4.1.0') < 0)
+ if (version_compare($php_version, '4.3.3') < 0)
{
$passed['db'] = false;
echo '<b style="color:red">' . $lang['NO'] . '</b>';