From c74c7cd726c4e78781a5b55a69980f83fb1ac795 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Mon, 18 Nov 2013 18:14:20 +0900 Subject: [PATCH] =?UTF-8?q?G5=5FUSE=5FMOBILE=20=EC=83=81=EC=88=98=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 1 + 1 file changed, 1 insertion(+) 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 기능 사용 여부