From bf70fee1520d6a5302b8533d83a09f0b5b5a4ce2 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 17 Jul 2003 15:16:25 +0000 Subject: Remove subfolder storage of templates ... a safe-mode thang, you can delete any existing cache/templates folder git-svn-id: file:///svn/phpbb/trunk@4273 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/install/install.php') diff --git a/phpBB/install/install.php b/phpBB/install/install.php index 97a94f942b..b4502fcbc0 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -413,7 +413,7 @@ if ($stage == 0) foreach ($locations as $location) { - if (file_exists($location . 'convert' . $exe) && is_readable($location . 'convert' . $exe)) + if (@file_exists($location . 'convert' . $exe) && @is_readable($location . 'convert' . $exe)) { $img_imagick = str_replace('\\', '/', $location); continue; @@ -445,7 +445,7 @@ if ($stage == 0)