From b58a65f5a819743581c02ee8b283f0373cb120c4 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 2 Nov 2015 14:07:10 +0900 Subject: [PATCH] =?UTF-8?q?mysqli=20=EC=82=AC=EC=9A=A9=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 26949e5ac..fc9e2bf8f 100644 --- a/config.php +++ b/config.php @@ -202,7 +202,7 @@ define('G5_THUMB_PNG_COMPRESS', 5); define('G5_IS_MOBILE_DHTML_USE', false); // MySQLi 사용여부를 설정합니다. -define('G5_MYSQLI_USE', false); +define('G5_MYSQLI_USE', true); // ip 숨김방법 설정 /* 123.456.789.012 ip의 숨김 방법을 변경하는 방법은