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 432cd569cd..6d31ceeb59 100644
--- a/phpBB/install/install.php
+++ b/phpBB/install/install.php
@@ -403,7 +403,7 @@ if ($stage == 0)
foreach ($locations as $location)
{
- if (@file_exists($location . 'convert' . $exe) && @is_readable($location . 'convert' . $exe) && @filesize($location . 'convert' . $exe) > 30000)
+ if (@file_exists($location . 'convert' . $exe) && @is_readable($location . 'convert' . $exe) && @filesize($location . 'convert' . $exe) > 10000)
{
print $location;
$img_imagick = str_replace('\\', '/', $location);