From cc7e1a4b2fdc2740d17a9e4e167414348795987d Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 6 Mar 2014 15:23:35 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=84=EC=88=98=20=EB=AA=A8=EB=93=88=20?= =?UTF-8?q?=EC=B2=B4=ED=81=AC=20=ED=9B=84=20=EC=95=8C=EB=A6=BC=20=EB=B0=A9?= =?UTF-8?q?=EB=B2=95=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/index.php | 3 ++- install/library.check.php | 13 ++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/install/index.php b/install/index.php index 273d6716c..056b399c0 100644 --- a/install/index.php +++ b/install/index.php @@ -1,12 +1,13 @@
diff --git a/install/library.check.php b/install/library.check.php index 08889cc50..c01d9643e 100644 --- a/install/library.check.php +++ b/install/library.check.php @@ -1,14 +1,9 @@

'.$msg.'

'); +if(!extension_loaded('gd') || !function_exists('gd_info')) { + echo ''.PHP_EOL; } - -if(!extension_loaded('gd') || !function_exists('gd_info')) - die('GD 라이브러리를 설치하신 후 '.G5_VERSION.' 설치를 진행해 주십시오.'); ?> \ No newline at end of file