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 e1cfe0e06..ea9c21013 100644 --- a/install/library.check.php +++ b/install/library.check.php @@ -1,21 +1,21 @@

'.$msg.'

'); +if(!extension_loaded('gd') || !function_exists('gd_info')) { + echo ''.PHP_EOL; } -if(!extension_loaded('gd') || !function_exists('gd_info')) - die_utf8('GD 라이브러리를 설치하신 후 '.G5_VERSION.' 설치를 진행해 주십시오.'); +if(!extension_loaded('openssl')) { + echo ''.PHP_EOL; +} -if(!extension_loaded('openssl')) - die_utf8('openssl 모듈을 설치하신 후 '.G5_VERSION.' 설치를 진행해 주십시오.'); - -// SOAP 모듈체크 -if(!extension_loaded('soap') || !class_exists('SOAPClient')) - die_utf8('SOAP 확장모듈을 설치하신 후 '.G5_VERSION.' 설치를 진행해 주십시오.'); +if(!extension_loaded('soap') || !class_exists('SOAPClient')) { + echo ''.PHP_EOL; +} ?> \ No newline at end of file