aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2005-11-08 19:29:20 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2005-11-08 19:29:20 +0000
commita484161be2733c5b2f51df681cd4f7e2a77c1176 (patch)
tree7b4e603905111dea4a29b59b88e0b5b6c12b2c1b /phpBB/install
parent8a965db7aa17af5db4ea6ab7c970cb2a5d21bc86 (diff)
downloadforums-a484161be2733c5b2f51df681cd4f7e2a77c1176.tar
forums-a484161be2733c5b2f51df681cd4f7e2a77c1176.tar.gz
forums-a484161be2733c5b2f51df681cd4f7e2a77c1176.tar.bz2
forums-a484161be2733c5b2f51df681cd4f7e2a77c1176.tar.xz
forums-a484161be2733c5b2f51df681cd4f7e2a77c1176.zip
- tiny bugfixes. ;)
git-svn-id: file:///svn/phpbb/trunk@5296 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-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>';