diff --git a/config.php b/config.php index 86e72884f..6d5dc51e1 100644 --- a/config.php +++ b/config.php @@ -110,6 +110,7 @@ define('G5_PHPMAILER_PATH', G5_PLUGIN_PATH.'/'.G5_PHPMAILER_DIR); //============================================================================== +define('G5_USE_MOBILE', true); // 모바일 홈페이지를 사용하지 않을 경우 false 로 설정 define('G5_USE_CACHE', true); // 최신글등에 cache 기능 사용 여부