From 5e27cc489158ed2d5686e6486b85cf6b61551b83 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 9 May 2013 15:49:36 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B3=B4=EC=95=88=EC=84=9C=EB=B2=84=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index 0d74b2afa..67c8e511c 100644 --- a/config.php +++ b/config.php @@ -24,8 +24,8 @@ if (PHP_VERSION >= '5.3.0') { 보안서버주소가 없다면 공란으로 두시면 되며 보안서버주소 뒤에 / 는 붙이지 않습니다. 입력예) https://www.domain.com:443/gnuboard4s */ -define('G4_DOMAIN', 'http://sir.co.kr:80/g4s'); -define('G4_HTTPS_DOMAIN', 'https://sir.co.kr/g4s'); +define('G4_DOMAIN', ''); +define('G4_HTTPS_DOMAIN', ''); /* www.sir.co.kr 과 sir.co.kr 도메인은 서로 다른 도메인으로 인식합니다. 쿠키를 공유하려면 .sir.co.kr 과 같이 입력하세요.