From f2d073c8bae117b78f82ad088c52c2cac4dd0577 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 4 Oct 2013 15:17:01 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A4=EC=B9=98=EC=8B=9C=20GD=20=EB=9D=BC?= =?UTF-8?q?=EC=9D=B4=EB=B8=8C=EB=9F=AC=EB=A6=AC=20=EC=B2=B4=ED=81=AC=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/index.php | 3 ++- install/library.check.php | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 install/library.check.php diff --git a/install/index.php b/install/index.php index 65b5549d4..b6c140f2d 100644 --- a/install/index.php +++ b/install/index.php @@ -1,6 +1,7 @@ @@ -17,7 +18,7 @@ if ($exists_data_dir && $write_data_dir) {
- +
diff --git a/install/library.check.php b/install/library.check.php new file mode 100644 index 000000000..08889cc50 --- /dev/null +++ b/install/library.check.php @@ -0,0 +1,14 @@ +

'.$msg.'

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