AvocadoAmber/AvocadoEdition_Light/install/library.check.php

10 lines
406 B
PHP
Raw Normal View History

2022-09-17 20:50:50 +09:00
<?php
2024-09-19 20:48:52 +09:00
if (!defined('_GNUBOARD_'))
2024-09-23 11:41:17 +09:00
exit;
2022-09-17 20:50:50 +09:00
2024-09-19 20:48:52 +09:00
if (!extension_loaded('gd') || !function_exists('gd_info')) {
echo '<script>' . PHP_EOL;
echo 'alert("' . G5_VERSION . '의 정상적인 사용을 위해서는 GD 라이브러리가 필요합니다.\nGD 라이브러리가 없을 경우 자동등록방지 문자와 썸네일 기능이 작동하지 않습니다.");' . PHP_EOL;
echo '</script>' . PHP_EOL;
2022-09-17 20:50:50 +09:00
}