From 4119572c26cd6f8e88883077e502e0fa018f06b8 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Tue, 21 May 2013 14:41:10 +0900 Subject: [PATCH] =?UTF-8?q?time=20zone=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 2 +- extend/.htaccess | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index 6a0ae943a..4532f3cd6 100644 --- a/config.php +++ b/config.php @@ -7,7 +7,7 @@ // 이 상수가 정의되지 않으면 각각의 개별 페이지는 별도로 실행될 수 없음 define('_GNUBOARD_', true); -if (PHP_VERSION >= '5.3.0') { +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"); } diff --git a/extend/.htaccess b/extend/.htaccess index 792d60054..ca17088a0 100644 --- a/extend/.htaccess +++ b/extend/.htaccess @@ -1 +1 @@ -# +# .htaccess \ No newline at end of file