mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
- tiny bugfixes. ;)
git-svn-id: file:///svn/phpbb/trunk@5296 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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>';
|
||||
|
Reference in New Issue
Block a user