From 880766aa8e081f57ef98524b050818bad8a414af Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 4 Apr 2013 18:46:15 +0900 Subject: [PATCH] =?UTF-8?q?=EB=94=B0=EC=98=B4=ED=91=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= 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 6373a15e1..8c27e698e 100644 --- a/config.php +++ b/config.php @@ -95,7 +95,7 @@ define('G4_USE_CACHE', true); // 최신글등에 cache 기능 사용 여부 // 6시간이 빠른 경우 time() + (3600 * 6); // 6시간이 느린 경우 time() - (3600 * 6); define('G4_SERVER_TIME', time()); -define('G4_TIME_YMDHIS', date("Y-m-d H:i:s", G4_SERVER_TIME)); +define('G4_TIME_YMDHIS', date('Y-m-d H:i:s', G4_SERVER_TIME)); define('G4_TIME_YMD', substr(G4_TIME_YMDHIS, 0, 10)); define('G4_TIME_HIS', substr(G4_TIME_YMDHIS, 11, 8));