From c0a92fdf0f815bcab97487cc8bda178b2fa98312 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 2 Nov 2020 10:58:06 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20PHP?= =?UTF-8?q?=EB=B2=84=EC=A0=84=20=ED=99=95=EC=9D=B8=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config.php b/config.php index a6aea249c..6ff6fbcc9 100644 --- a/config.php +++ b/config.php @@ -10,10 +10,8 @@ define('G5_GNUBOARD_VER', '5.4.3'); // 이 상수가 정의되지 않으면 각각의 개별 페이지는 별도로 실행될 수 없음 define('_GNUBOARD_', true); -if (PHP_VERSION >= '5.1.0') { - //if (function_exists("date_default_timezone_set")) date_default_timezone_set("Asia/Seoul"); - date_default_timezone_set("Asia/Seoul"); -} +// 기본 시간대 설정 +date_default_timezone_set("Asia/Seoul"); /******************** 경로 상수